6 Star 8 Fork 2

DCloud / uniCaptcha

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 1.35 KB
一键复制 编辑 原始数据 按行查看 历史
VK 提交于 2023-11-02 13:18 . fix: bmp captcha
{
"name": "@dcloudio/uni-captcha",
"version": "0.7.1",
"description": "uni-captcha",
"main": "dist/index.js",
"homepage": "https://ext.dcloud.net.cn/plugin?id=4048",
"repository": {
"type": "git",
"url": "git+https://gitee.com/dcloud/uni-captcha"
},
"scripts": {
"lint": "eslint --fix src build",
"build": "npm run lint && npx patch-package && rollup -c build/rollup.config.js --environment NODE_ENV:production && npm run sync:package",
"dev": "npx patch-package && rollup -c build/rollup.config.js --environment NODE_ENV:development",
"sync:package": "node script/sync-package.js"
},
"author": "DCloud",
"license": "Apache-2.0",
"devDependencies": {
"@rollup/plugin-commonjs": "^12.0.0",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^7.1.3",
"eslint": "^6.8.0",
"eslint-config-standard": "^14.1.0",
"eslint-plugin-import": "^2.19.1",
"eslint-plugin-node": "^11.0.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"husky": "^4.3.0",
"rollup": "^2.3.4",
"rollup-plugin-copy": "^3.3.0",
"rollup-plugin-terser": "^5.1.3"
},
"dependencies": {
"patch-package": "^6.4.7",
"svg-captcha-fixed": "1.5.2"
},
"husky": {
"hooks": {
"pre-commit": "npm run lint",
"commit-msg": "node script/check-commit-msg.js"
}
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/dcloud/uni-captcha.git
git@gitee.com:dcloud/uni-captcha.git
dcloud
uni-captcha
uniCaptcha
master

搜索帮助

344bd9b3 5694891 D2dac590 5694891