sth-cli
Version:
stonehg vue cli
37 lines (36 loc) • 662 B
JSON
{
"name": "sth-cli",
"version": "4.1.0",
"description": "stonehg vue cli",
"main": "index.js",
"bin": {
"st": "./bin/cli.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"files": [
"bin",
"lib"
],
"keywords": [
"sth-cli",
"st"
],
"author": {
"name": "houyueke",
"email": "442067356@qq.com"
},
"license": "ISC",
"dependencies": {
"axios": "^0.26.1",
"chalk": "^4.1.0",
"commander": "^9.2.0",
"download-git-repo": "^3.0.2",
"figlet": "^1.5.2",
"fs-extra": "^10.1.0",
"inquirer": "^8.2.2",
"ora": "^5.4.1",
"pkg-updater": "^1.0.4"
}
}