UNPKG

crootfast

Version:

大前端工程化命令行脚手架

60 lines (59 loc) 1.21 kB
{ "name": "crootfast", "version": "0.1.42", "description": "大前端工程化命令行脚手架", "main": "dist/bin/index.js", "bin": { "croot": "dist/bin/index.js", "cr": "dist/bin/index.js" }, "files": [ "dist/bin", "dist/lib", "dist/common", "dist/template", "dist/webProject" ], "private": false, "scripts": { "build": "node ./lib/config/build", "prepublishOnly": "npm run build", "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "croot-cli", "croot", "脚手架", "monorepo-cli", "micro-cli" ], "author": { "name": "zuojiayou", "email": "host166@163.com" }, "license": "ISC", "repository": { "type": "git", "url": "" }, "preferGlobal": false, "projectPath": {}, "engines": { "node": ">= 14.17.3", "npm": ">= 6.14.13", "pnpm": ">= 6.30.1" }, "dependencies": { "colors": "1.3.3", "commander": "^9.0.0", "cross-spawn": "^7.0.3", "glob": "7.2.0", "inquirer": "^8.2.0", "loading-cli": "^1.1.0", "lodash": "^4.17.21", "semver": "7.3.5", "shelljs": "^0.8.5", "sudo-prompt": "^9.2.1", "terser": "^5.19.2" } }