@jashine/egg-minipay
Version:
minipay inclued wechat alipay
68 lines (67 loc) • 1.44 kB
JSON
{
"name": "@jashine/egg-minipay",
"version": "2.0.1",
"author": {
"name": "luckyjean"
},
"bundleDependencies": false,
"ci": {
"version": "8, 9"
},
"dependencies": {
"alipay-node-sdk": "^1.1.8",
"moment": "^2.22.1",
"request": "^2.79.0",
"xml2js": "^0.4.19"
},
"deprecated": false,
"description": "minipay inclued wechat alipay",
"devDependencies": {
"autod": "^3.0.0",
"autod-egg": "^1.0.0",
"babel-cli": "^6.26.0",
"babel-preset-env": "^1.7.0",
"egg": "^2.0.0",
"egg-bin": "^4.3.0",
"egg-ci": "^1.8.0",
"egg-mock": "^3.13.0",
"eslint": "^4.11.0",
"eslint-config-egg": "^5.1.0",
"webstorm-disable-index": "^1.2.0"
},
"eggPlugin": {
"name": "miniPay"
},
"engines": {
"node": ">=8.0.0"
},
"files": [
"LICENSE",
"app.js",
"config",
"node_modules",
"package.json",
"README.md",
"appveyor.yml",
"lib",
"package-lock.json",
"test"
],
"keywords": [
"egg",
"egg-wechat-pay",
"egg-alipay-pay",
"egg-plugin"
],
"license": "MIT",
"scripts": {
"autod": "autod",
"build": "babel lib -d lib",
"ci": "egg-bin pkgfiles --check && npm run lint && npm run cov",
"cov": "egg-bin cov",
"lint": "eslint .",
"pkgfiles": "egg-bin pkgfiles",
"test": "npm run lint -- --fix && egg-bin pkgfiles && npm run test-local",
"test-local": "egg-bin test"
}
}