{
  "name": "node-easywechat",
  "version": "3.7.12",
  "description": "EasyWechat SDK for Node.js (NOT OFFICIAL)",
  "main": "dist/index.js",
  "scripts": {
    "release": "npx package-release",
    "build": "rm -rf dist && npx tsc && cp -r src/Types dist/",
    "test": "npx mocha ./test/ --recursive --extension .test.js"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:hpyer/node-easywechat.git"
  },
  "keywords": [
    "weixin",
    "wechat"
  ],
  "author": "Hpyer",
  "license": "MIT",
  "engines": {
    "node": ">=15.6.0"
  },
  "devDependencies": {
    "@types/node": "^20.19.33",
    "axios-mock-adapter": "^1.22.0",
    "mocha": "^11.7.5",
    "package-release": "^1.0.4",
    "typescript": "^5.9.3"
  },
  "dependencies": {
    "axios": "^1.13.5",
    "axios-retry": "^4.5.0",
    "form-data": "^4.0.5",
    "merge": "^2.1.1",
    "node-socialite": "^1.5.3",
    "qs": "^6.14.2",
    "raw-body": "^2.5.3",
    "xml2js": "^0.6.2"
  }
}
