rage-framework/cli/package.json

26 lines
513 B
JSON
Raw Normal View History

2024-06-13 15:26:08 +00:00
{
"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"
}
}