@tarojs/plugin-mini-ci
Version:
Taro 小程序端构建后支持CI(持续集成)的插件
68 lines • 1.43 kB
JSON
{
"name": "@tarojs/plugin-mini-ci",
"version": "4.0.9",
"description": "Taro 小程序端构建后支持CI(持续集成)的插件",
"keywords": [
"Taro",
"CI/CD"
],
"author": "O2Team",
"homepage": "https://github.com/NervJS/taro#readme",
"license": "MIT",
"main": "index.js",
"typings": "types/index.d.ts",
"files": [
"dist",
"index.js",
"types"
],
"repository": {
"type": "git",
"url": "git+https://github.com/NervJS/taro.git"
},
"bugs": {
"url": "https://github.com/NervJS/taro/issues"
},
"engines": {
"node": ">= 18"
},
"dependencies": {
"jimp": "^0.22.12",
"jsqr": "^1.4.0",
"minimist": "^1.2.8",
"qrcode": "^1.5.3",
"resolve": "^1.22.8",
"shelljs": "^0.8.5"
},
"devDependencies": {
"@types/qrcode": "^1.5.5",
"@types/shelljs": "^0.8.15",
"@tarojs/service": "4.0.9"
},
"peerDependencies": {
"dingtalk-miniapp-opensdk": "^1.0.8",
"jd-miniprogram-ci": "^1.0.5",
"minidev": "^2.1.5",
"miniprogram-ci": "^1.9.15",
"tt-ide-cli": "^0.1.25"
},
"peerDependenciesMeta": {
"dingtalk-miniapp-opensdk": {
"optional": true
},
"jd-miniprogram-ci": {
"optional": true
},
"minidev": {
"optional": true
},
"tt-ide-cli": {
"optional": true
}
},
"scripts": {
"prod": "pnpm run build",
"build": "tsc",
"dev": "tsc -w"
}
}