package.json 574 Bytes
{
  "name": "refundapi",
  "version": "1.0.0",
  "description": "wechat pay refund api server",
  "main": "app.js",
  "dependencies": {
    "bluebird": "^3.7.1",
    "config": "^3.2.4",
    "ioredis": "^4.14.1",
    "koa": "^2.11.0",
    "koa-bodyparser": "^4.2.1",
    "koa-router": "^7.4.0",
    "mathjs": "^6.2.3",
    "mysql": "^2.17.1",
    "tenpay": "^2.1.18",
    "winston": "^3.2.1",
    "winston-daily-rotate-file": "^4.2.1"
  },
  "scripts": {
    "start": "node app.js"
  },
  "keywords": [
    "wechat",
    "pay"
  ],
  "author": "fuqian",
  "license": "ISC"
}