{
  "name": "@axolo/node-wechat-pay",
  "version": "0.3.5",
  "description": "Wechat pay v3 Node.js SDK.",
  "main": "src/index.js",
  "scripts": {
    "test": "node test/index.js"
  },
  "keywords": [
    "node-wechat-pay",
    "wehcat",
    "pay",
    "wxpay",
    "wechat pay",
    "wechat-pay",
    "wechat pay v3",
    "微信支付",
    "微信支付v3"
  ],
  "author": "Yueming Fang",
  "license": "MIT",
  "dependencies": {
    "axios": "^0.21.1",
    "nanoid": "^3.1.23"
  },
  "devDependencies": {
    "eslint": "^7.29.0",
    "eslint-config-egg": "^9.0.0"
  },
  "engines": {
    "node": ">=14.0.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/axolo/node-wechat-pay.git"
  },
  "bugs": {
    "url": "https://github.com/axolo/node-wechat-pay/issues"
  },
  "homepage": "https://github.com/axolo/node-wechat-pay#readme"
}
