{
  "name": "wechatpay-axios-plugin",
  "version": "0.9.3",
  "description": "微信支付APIv2及v3 NodeJS SDK，支持CLI模式请求OpenAPI，支持v3证书下载，v2付款码支付、企业付款、退款，企业微信-企业支付-企业红包/向员工付款，v2&v3 Native支付、扫码支付、H5支付、JSAPI/小程序支付、合单支付...",
  "main": "index.js",
  "typings": "index.d.ts",
  "files": [
    "index.js",
    "index.d.ts",
    "lib/",
    "bin/",
    "CHANGELOG.md",
    "README.md",
    "SECURITY.md",
    "LICENSE"
  ],
  "bin": {
    "wxpay": "./bin/cli.js"
  },
  "scripts": {
    "test": "mocha --check-leaks ./tests/*.test.js ./tests/**/*.test.js",
    "lint": "eslint --ext \".js\" index.js lib tests bin"
  },
  "homepage": "https://wechatpay.js.org",
  "bugs": {
    "url": "https://github.com/TheNorthMemory/wechatpay-axios-plugin/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/TheNorthMemory/wechatpay-axios-plugin.git"
  },
  "engines": {
    "node": ">=12"
  },
  "directories": {
    "bin": "./bin",
    "lib": "./lib"
  },
  "keywords": [
    "wechatpay",
    "wechatpay-apiv2",
    "wechatpay-apiv3",
    "aes-256-gcm",
    "aes-256-ecb",
    "pkcs7padding",
    "rsa-oaep",
    "axios-ecosystem",
    "multipart/form-data",
    "wxpay",
    "微信支付"
  ],
  "author": "James ZHANG",
  "license": "MIT",
  "dependencies": {
    "@thenorthmemory/multipart": "^1.0.0",
    "axios": "^1.8.2",
    "fast-xml-parser": "^5.0.8"
  },
  "peerDependencies": {
    "yargs": "^17.1.1"
  },
  "devDependencies": {
    "@babel/core": "^7.26.9",
    "@babel/eslint-parser": "^7.26.8",
    "@types/node": "^22.13.10",
    "eslint": "^7.29.0",
    "eslint-config-airbnb-base": "^14.2.1",
    "eslint-plugin-import": "^2.31.0",
    "eslint-plugin-mocha": "^9.0.0",
    "mocha": "^9.0.1",
    "nock": "^13.5.6",
    "should": "^13.2.3"
  }
}
