hapi_tool
Version:
支付宝小程序模版开发小工具,提供根据定义模版创建自定义组件、页面,以及删除组件、页面功能
35 lines (34 loc) • 848 B
JSON
{
"name": "hapi_tool",
"version": "1.1.4",
"description": "支付宝小程序模版开发小工具,提供根据定义模版创建自定义组件、页面,以及删除组件、页面功能",
"bin": {
"hapi": "./bin/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/EchoHub/hapi_tool.git"
},
"keywords": [
"支付宝小程序",
"命令行工具",
"Yapi"
],
"author": "EchoHub",
"license": "MIT",
"bugs": {
"url": "https://github.com/EchoHub/hapi_tool/issues"
},
"homepage": "https://github.com/EchoHub/hapi_tool#readme",
"dependencies": {
"colors": "^1.3.3",
"commander": "^2.20.0",
"gulp": "^4.0.0",
"gulp-if": "^2.0.2",
"log4js": "^4.1.0",
"minimist": "^1.2.0",
"mkdirp": "^0.5.1",
"pump": "^3.0.0",
"rimraf": "^2.6.3"
}
}