26 lines
794 B
JSON
26 lines
794 B
JSON
{
|
|
"name": "framework-example",
|
|
"description": "This project is example of RAGE FW usage.",
|
|
"workspaces": ["apps/*"],
|
|
"scripts": {
|
|
"server:update": "cd server && rage-win64.exe",
|
|
|
|
"build:client": "cd apps/client && pnpm build",
|
|
"build:server": "cd apps/server && pnpm build",
|
|
"build:cef": "cd apps/cef && pnpm build",
|
|
"build:all": "pnpm build:client && pnpm build:server && pnpm build:cef"
|
|
},
|
|
"devDependencies": {
|
|
"@entityseven/rage-fw-shared-types": "0.2.0",
|
|
"@ragempcommunity/types-client": "^2.1.8",
|
|
"@ragempcommunity/types-server": "^2.1.8",
|
|
"@ragempcommunity/types-cef": "^2.1.8",
|
|
"esbuild": "^0.21.5",
|
|
"typescript": "^5.4.5",
|
|
"prettier": "^3.3.2"
|
|
},
|
|
"author": "Entity Seven Group",
|
|
"license": "MIT",
|
|
"version": "0.1.0"
|
|
}
|