@wechat-mp/cli
Version:
微信小程序脚手架,集成 Taro、uniapp 第三方模版,支持小程序 CI 上传,预览,发布
46 lines (45 loc) • 1 kB
JSON
{
"name": "@wechat-mp/cli",
"version": "2.0.0",
"description": "微信小程序脚手架,集成 Taro、uniapp 第三方模版,支持小程序 CI 上传,预览,发布",
"author": "李亚楠 Yanan <liyananweb@163.com>",
"homepage": "",
"license": "ISC",
"main": "lib/cli.js",
"bin": {
"mp": "bin/cli.js"
},
"keywords": [
"微信小程序",
"模版",
"脚手架",
"cli",
"小程序CI",
"Taro",
"uniapp"
],
"publishConfig": {
"access": "public"
},
"directories": {
"lib": "lib",
"test": "__tests__"
},
"files": [
"lib"
],
"scripts": {
"test": "echo \"Error: run tests from root\" && exit 1"
},
"dependencies": {
"@wechat-mp/commands": "^2.0.0",
"@wechat-mp/utils": "^2.0.0",
"colors": "^1.4.0",
"commander": "^9.1.0",
"path-exists": "^4.0.0",
"root-check": "^1.0.0",
"semver": "^7.3.4",
"user-home": "^2.0.0"
},
"gitHead": "152b2138ed1b2a3fa3f56a251015f08b52d021d8"
}