vue2-s-cli
Version:
脚手架
26 lines • 482 B
JSON
{
"name": "vue2-s-cli",
"version": "1.1.0",
"description": "脚手架",
"main": "index.js",
"bin": {
"vue2-s-cli": "./bin/index.js"
},
"scripts": {
"vue2-s-cli": "node ./bin/index.js"
},
"keywords": [
"demo-cli"
],
"license": "ISC",
"author": "song",
"dependencies": {
"chalk": "^5.4.1",
"copy-dir": "^1.3.0",
"fs-extra": "^11.3.0",
"inquirer": "8.2.5",
"mustache": "^4.2.0",
"ora": "5.4.1",
"yargs": "^17.7.1"
}
}