{
  "name": "@i-orz/wechat-pay",
  "version": "0.0.2",
  "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"
  }
}