UNPKG

crootfast

Version:

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

60 lines (59 loc) 1.15 kB
{ "name": "crootfast", "version": "0.2.3", "description": "大前端工程化命令行脚手架", "main": "bin/index.js", "bin": { "croot": "bin/index.js", "cr": "bin/index.js" }, "files": [ "bin", "lib", "common", "template", "webProject" ], "private": false, "scripts": { "build": "node -v", "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": ">= 16.14.0", "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" } }