nmlt-dingding-cli
Version:
钉钉微应用开发,项目模板
35 lines (34 loc) • 776 B
JSON
{
"name": "nmlt-dingding-cli",
"version": "1.10.5",
"description": "钉钉微应用开发,项目模板",
"main": "index.js",
"bin": {
"nmlt-dingding-cli": "./bin/index"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://gitee.com/xiongmao1114/dingding-cli.git"
},
"keywords": [
"dingding",
"vue",
"cli"
],
"author": "gaojian",
"license": "MIT",
"dependencies": {
"chalk": "^3.0.0",
"child_process": "^1.0.2",
"commander": "^4.0.1",
"download-git-repo": "^3.0.2",
"handlebars": "^4.5.3",
"inquirer": "^7.0.0",
"log-symbols": "^3.0.0",
"ora": "^4.0.3",
"shelljs": "^0.8.3"
}
}