1 Star 1 Fork 0

SyncGithub/wx-ci

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 1.35 KB
一键复制 编辑 原始数据 按行查看 历史
jaluik 提交于 2021-10-28 14:01 . build: 更新包,简化逻辑代码
{
"name": "wx-ci",
"version": "1.0.6",
"main": "bin/wx-ci.js",
"bin": {
"wx-ci": "bin/wx-ci.js"
},
"repository": "git@github.com:jaluik/wx-ci.git",
"author": "jaluik <cqzhengmouren@gmail.com>",
"scripts": {
"clean": "rm -rf ./bin/ ./lib/ ",
"dev": "yarn clean && rollup -c -w",
"build": "yarn clean && rollup -c"
},
"keywords": [
"wx-ci",
"wechat",
"miniprogram",
"ci",
"cli",
"remax",
"taro"
],
"description": "微信小程序一键上传脚本,开发者可不打开小程序开发者工具,独立使用 wx-ci 进行小程序代码的打包、上传等操作。",
"homepage": "https://github.com/jaluik",
"license": "MIT",
"dependencies": {
"commander": "^8.3.0",
"fs-extra": "^10.0.0",
"inquirer": "^8.2.0",
"miniprogram-ci": "^1.6.1",
"ora": "^5.1.0",
"schema-utils": "^3.0.0",
"shelljs": "^0.8.4"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^16.0.0",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^10.0.0",
"@types/inquirer": "^7.3.1",
"@types/minimist": "^1.2.1",
"@types/node": "^14.14.9",
"rollup": "^2.33.3",
"rollup-plugin-copy": "^3.3.0",
"rollup-plugin-preserve-shebangs": "^0.2.0",
"rollup-plugin-typescript": "^1.0.1",
"typescript": "^4.1.2"
},
"files": [
"bin/",
"lib/"
]
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/sync-github/wx-ci.git
git@gitee.com:sync-github/wx-ci.git
sync-github
wx-ci
wx-ci
main

搜索帮助