{
  "name": "@woolson/wx-pusher",
  "version": "1.1.0",
  "description": "WxPusher NodeJS SDK",
  "main": "dist/index.js",
  "scripts": {
    "build": "rm -rf dist && tsc -p tsconfig.build.json",
    "test": "ts-node test/main.ts",
    "prepublishOnly": "npm run build"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org/"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/woolson/wx-pusher.git"
  },
  "keywords": [
    "wx",
    "wechat",
    "wx-pusher",
    "node-sdk"
  ],
  "author": "Woolson Lee",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/woolson/wx-pusher/issues"
  },
  "homepage": "https://github.com/woolson/wx-pusher#readme",
  "devDependencies": {
    "@types/node": "^14.14.6",
    "@typescript-eslint/eslint-plugin": "^4.6.1",
    "@typescript-eslint/parser": "^4.6.1",
    "eslint": "^7.13.0",
    "eslint-config-prettier": "^6.15.0",
    "husky": "^4.3.0",
    "prettier": "^2.1.2",
    "ts-node": "^9.0.0",
    "typescript": "^4.0.5"
  },
  "dependencies": {
    "axios": "^0.21.0"
  }
}
