{
  "name": "@wbenxin/co-wechat-enterprise-api",
  "version": "2.0.2",
  "description": "基于 co-wechat/wechat-enterprise-api，微信公共平台企业号版本Node API库 ES6版本",
  "main": "index.js",
  "directories": {
    "lib": "lib"
  },
  "files": [
    "index.js",
    "lib"
  ],
  "scripts": {
    "doc": "dox -a <./lib/* > API.md",
    "postversion": "npm publish --access=public",
    "postpublish": "git push && git push --tags"
  },
  "author": "hdumok",
  "license": "ISC",
  "keywords": [
    "weixin",
    "wechat",
    "enterprise",
    "api"
  ],
  "dependencies": {
    "formstream": ">=0.0.8",
    "httpx": "^2.2.3",
    "json-bigint": "^0.3.0",
    "urllib": ">=0.5.17"
  }
}
