cgreact-cli
Version:
CGReact脚手架工具项目:增加SpliteCommonChunk的配置
42 lines (41 loc) • 907 B
JSON
{
"name": "cgreact-cli",
"version": "1.1.6",
"description": "CGReact脚手架工具项目:增加SpliteCommonChunk的配置",
"author": "ChenGuang",
"license": "ISC",
"keywords": [
"CGReact",
"CLI",
"Tool"
],
"main": "./dist/cgreact-cli.js",
"scripts": {
"build": "tsc --build",
"test": "node dist/cgreact-cli.js",
"public": "npm publish --registry=http://192.168.1.152:9999/repository/CGNPM/",
"public:center": "npm publish --registry=https://registry.npmjs.org/"
},
"files": [
"template/**/*",
"dist/*"
],
"bin": {
"cgreact": "./dist/cgreact-cli.js"
},
"devDependencies": {
"@types/node": "^14.11.10",
"ts-node": "^9.0.0",
"typescript": "^4.0.3"
},
"dependencies": {
"chalk": "^4.1.1",
"child_process": "^1.0.2",
"commander": "^8.0.0",
"figlet": "^1.5.0",
"fs": "0.0.1-security",
"inquirer": "^8.1.2",
"jquery": "^3.6.0",
"path": "^0.12.7"
}
}