{
  "name": "@liuhlightning/wx-pay",
  "version": "0.3.4",
  "description": "communicate to wx pay",
  "keywords": [
    "weichat",
    "weixin",
    "wx",
    "node",
    "miniapp",
    "mini program",
    "wechat pay"
  ],
  "license": "MIT",
  "author": "Alex",
  "repository": {
    "url": "https://github.com/ZhoufangErqiangu/wx-pay",
    "type": "git"
  },
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist/**/*.js",
    "dist/**/*.d.ts"
  ],
  "packageManager": "yarn@1.22.19",
  "scripts": {
    "build": "tsc -p tsconfig.build.json",
    "push": "yarn version --patch && git push",
    "test": "ts-node ./test/index.test.ts && ts-node ./test/util.test.ts"
  },
  "devDependencies": {
    "@eslint/js": "^9.17.0",
    "@types/node": "^22.10.2",
    "eslint": "^9.17.0",
    "prettier": "^3.4.2",
    "ts-node": "^10.9.2",
    "typescript": "^5.7.2",
    "typescript-eslint": "^8.18.0"
  },
  "dependencies": {
    "axios": "^1.6.7"
  }
}
