taitan
Version:
小程序开发辅助工具
28 lines (27 loc) • 497 B
JSON
{
"name": "taitan",
"version": "1.0.2",
"description": "小程序开发辅助工具",
"main": "index.js",
"bin": {
"taitan": "index.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"cli",
"小程序",
"辅助工具",
"预览",
"启动项目"
],
"author": "",
"license": "ISC",
"dependencies": {
"chalk": "^4.1.2",
"commander": "^8.3.0",
"inquirer": "^8.2.0",
"shelljs": "^0.8.4"
}
}