{ "name": "rage-framework-cli", "version": "0.0.23", "bin": { "rage-fw": "bin/index.js" }, "main": "bin/index.js", "scripts": { "watch": "tsc -w" }, "description": "CLI to scaffold a template project for RageFW", "keywords": [], "author": "rilaxik", "license": "ISC", "dependencies": { "chalk": "4.1.2", "yargs": "^17.7.2" }, "devDependencies": { "@types/node": "^20.14.2", "@types/yargs": "^17.0.32", "prettier": "^3.3.2", "typescript": "^5.4.5" } }