egg-old-pay
Version:
sandan store pay inclued wechat alipay vista
60 lines (59 loc) • 1.42 kB
JSON
{
"name": "egg-old-pay",
"version": "1.0.1",
"description": "sandan store pay inclued wechat alipay vista",
"eggPlugin": {
"name": "sandanPay"
},
"keywords": [
"egg",
"egg-wechat-pay",
"egg-alipay-pay",
"egg-plugin"
],
"dependencies": {
"alipay-node-sdk": "^1.1.8",
"request": "^2.79.0",
"moment": "^2.22.1",
"xml2js": "^0.4.19"
},
"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"
},
"engines": {
"node": ">=8.0.0"
},
"scripts": {
"test": "npm run lint -- --fix && egg-bin pkgfiles && npm run test-local",
"test-local": "egg-bin test",
"cov": "egg-bin cov",
"lint": "eslint .",
"ci": "egg-bin pkgfiles --check && npm run lint && npm run cov",
"pkgfiles": "egg-bin pkgfiles",
"autod": "autod",
"build": "babel lib -d lib"
},
"ci": {
"version": "8, 9"
},
"repository": {
"type": "git",
"url": "git+https://github.com/eggjs/egg-sandan-pay.git"
},
"bugs": {
"url": "https://github.com/eggjs/egg/issues"
},
"homepage": "https://github.com/eggjs/egg-sandan-pay#readme",
"author": "excel",
"license": "MIT"
}