minidev
Version:
支付宝小程序开发 cli(minidev)提供了常用的支付宝系小程序开发指令,能够方便地在各类平台上快速进行小程序的开发、预览、上传等操作。
44 lines (43 loc) • 949 B
JSON
{
"name": "minidev",
"version": "2.2.4",
"bin": {
"minidev": "bin/minidev.js"
},
"main": "lib/index",
"types": "index.d.ts",
"scripts": {
"postinstall": "node ./scripts/post-install.js"
},
"dependencies": {
"lodash": "^4.17.21",
"tar": "^6.1.11",
"chalk": "^4.1.2",
"request": "^2.88.2",
"request-promise-native": "^1.0.9",
"archiver": "^5.3.0",
"watchpack": "^2.2.0",
"express": "^4.0.0",
"execa": "^5.1.1",
"ws": "^8.6.0",
"bent": "^7.3.1",
"winston": "^3.3.3",
"chokidar": "^3.4.0",
"compressing": "^1.5.1",
"bufferutil": "^4.0.1",
"commander": "^8.1.0",
"fs-extra": "^10.0.0",
"download": "^8.0.0",
"superagent": "^6.1.0",
"superagent-proxy": "^3.0.0",
"reflect-metadata": "^0.1.13"
},
"peerDependencies": {
"utf-8-validate": "^5.0.2"
},
"peerDependenciesMeta": {
"utf-8-validate": {
"optional": true
}
}
}