@tuoyuan/cli
Version:
拓源网络脚手架
49 lines • 993 B
JSON
{
"name": "@tuoyuan/cli",
"version": "1.0.6",
"description": "拓源网络脚手架",
"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": {
"tycli": "./bin/main.js",
"TYFE": "./bin/main.js"
},
"versions": [
"1.0.0",
"0.0.3"
],
"files": [
"bin/",
"config/",
"package.json",
"utils/"
],
"keywords": [
"vue-cli",
"create-template",
"vue脚手架"
],
"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"
}
}