Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
package.json 615 Bytes
Copy Edit Raw Blame History
Li authored 2020-07-24 15:18 . 0.1.2
{
"name": "mps-deploy",
"version": "0.1.3",
"description": "miniprogram`s (weapp) batch deployment tool",
"main": "index.js",
"scripts": {
"test": ""
},
"repository": {
"type": "git",
"url": "https://gitee.com/leeeink/mps-deploy"
},
"bin": {
"mps-deploy": "./src/command.js",
"mpsd": "./src/command.js"
},
"keywords": [
"小程序",
"发布",
"微信",
"weapp",
"deploy",
"batch"
],
"author": "Leeeink",
"license": "ISC",
"dependencies": {
"miniprogram-ci": "^1.0.51",
"babel-preset-es2015": "^6.24.1"
},
"devDependencies": {}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化