tis-cli前端项目快速搭建命令行工具
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

25 lines
496 B

{
"name": "tis-cli",
"version": "1.0.0",
"description": "",
"main": "index.js",
"bin": {
"tis-cli": "bin/index.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git@git.inscloudtech.com:kelvin/tis-cli.git"
},
"author": "",
"license": "ISC",
"dependencies": {
"chalk": "^4.1.2",
"commander": "^8.2.0",
"fs-extra": "^10.0.0",
"inquirer": "^8.2.0",
"ora": "^6.0.1"
}
}