{ "name": "@entityseven/create-rage-fw", "version": "0.1.0", "bin": { "rage-fw": "dist/index.js" }, "main": "dist/index.js", "scripts": { "watch": "tsc -w", "build": "tsup", "start": "npx ./dist create" }, "files": [ "dist/**/*", "readme.md" ], "dependencies": { "@inquirer/prompts": "^5.0.5", "ky": "^1.7.2", "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" }, "description": "CLI to scaffold a template project for RageFW", "keywords": [], "author": "rilaxik", "contributors": [{ "name": "SashaGoncharov19" }], "license": "MIT" }