1 Star 0 Fork 58

sparkinzy / ali_wx_pay

forked from 网行天下 / ali_wx_pay 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 1.35 KB
一键复制 编辑 原始数据 按行查看 历史
{
"name": "ali_wx_pay",
"version": "1.0.0",
"description": "支付宝、微信个人免签收款稳定版。",
"private": true,
"dependencies": {
"await-stream-ready": "^1.0.1",
"baidu-aip-sdk": "^2.3.9",
"egg": "^2.2.1",
"egg-scripts": "^2.5.0",
"egg-sequelize": "^4.3.1",
"egg-validate": "^2.0.2",
"jimp": "^0.6.0",
"jsqr": "^1.1.1",
"md5": "^2.2.1",
"moment": "^2.23.0",
"mysql2": "^1.6.4",
"request": "^2.88.0"
},
"devDependencies": {
"autod": "^3.0.1",
"autod-egg": "^1.0.0",
"egg-bin": "^4.3.5",
"egg-ci": "^1.8.0",
"egg-mock": "^3.14.0",
"eslint": "^4.11.0",
"eslint-config-egg": "^6.0.0",
"sequelize": "^5.3.0",
"sequelize-cli": "^5.4.0",
"webstorm-disable-index": "^1.2.0"
},
"engines": {
"node": ">=8.9.0"
},
"scripts": {
"start": "egg-scripts start --daemon --title=egg-server-ali_wx_pay",
"stop": "egg-scripts stop --title=egg-server-ali_wx_pay",
"dev": "egg-bin dev",
"debug": "egg-bin debug",
"test": "npm run lint -- --fix && npm run test-local",
"test-local": "egg-bin test",
"cov": "egg-bin cov",
"lint": "eslint .",
"ci": "npm run lint && npm run cov",
"autod": "autod"
},
"ci": {
"version": "8"
},
"repository": {
"type": "git",
"url": ""
},
"author": "yioMe",
"license": "MIT"
}
NodeJS
1
https://gitee.com/sparkinzy/ali_wx_pay.git
git@gitee.com:sparkinzy/ali_wx_pay.git
sparkinzy
ali_wx_pay
ali_wx_pay
master

搜索帮助