rage-framework/cli/package.json

42 lines
1.0 KiB
JSON
Raw Normal View History

2024-06-13 15:26:08 +00:00
{
2024-10-28 12:43:15 +00:00
"name": "@entityseven/create-rage-fw",
"version": "0.1.2",
2024-06-13 18:42:36 +00:00
"bin": {
"rage-fw": "dist/index.js"
},
"main": "dist/index.js",
"files": [
"dist/**/*",
"readme.md",
"LICENSE"
],
2024-06-13 18:42:36 +00:00
"scripts": {
"watch": "tsc -w",
"build": "tsup",
"start": "npx ./dist create"
},
"dependencies": {
"@inquirer/prompts": "^5.0.5",
2024-10-28 12:11:24 +00:00
"ky": "^1.7.2",
2024-06-13 18:42:36 +00:00
"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 preview for Rage-FW",
"keywords": ["create-rage-fw","ragefw-cli", "ragefw", "rage-fw", "ragemp", "rage:mp", "rage", "gta5"],
"author": "Entity Seven Group",
"contributors": [
{
"name": "Danya H",
"email": "dev.rilaxik@gmail.com",
"url": "https://github.com/rilaxik/"
}
],
"license": "MIT"
2024-06-13 15:26:08 +00:00
}