UNPKG

mykai

Version:

mykai脚手架

49 lines 1.03 kB
{ "name": "mykai", "version": "1.0.1", "description": "mykai脚手架", "main": "./bin/main.js", "type": "module", "preferGlobal": true, "scripts": { "cli": "node ./bin/main.js", "version": "node ./bin/update_version.js", "update": "npm run version && npm publish", "ty": "npm run version && npm publish --access public" }, "bin": { "mykai": "./bin/main.js", "kcli": "./bin/main.js" }, "versions": [ "1.0.0", "0.0.3" ], "files": [ "bin/", "config/", "package.json", "utils/" ], "keywords": [ "vue-cli", "create-template", "项目脚手架" ], "author": "mykai", "license": "ISC", "dependencies": { "chalk": "^5.3.0", "commander": "^12.1.0", "download-git-repo": "^3.0.2", "execa": "^9.3.1", "figlet": "^1.7.0", "github-extractor": "^0.0.37", "inquirer": "^10.1.8", "ora": "^8.1.0" }, "engine": { "node": ">=18.20.4", "pnpm": ">=8.0.0" } }