{ "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", "packageManager": "pnpm@10.2.1+sha512.398035c7bd696d0ba0b10a688ed558285329d27ea994804a52bad9167d8e3a72bcb993f9699585d3ca25779ac64949ef422757a6c31102c12ab932e5cbe5cc92" }