{
  "name": "weixinjssdk",
  "version": "1.1.2",
  "description": "weixin-jssdk for node.js",
  "main": "dist/index.js",
  "scripts": {
    "test": "jest",
    "start": "nodemon server/index.js",
    "build": "trash dist && npx babel src -d dist",
    "prepare": "npm run build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/cycdpo/weixinjssdk.git"
  },
  "keywords": [
    "weixin",
    "wechat",
    "node",
    "jssdk"
  ],
  "author": "cycjimmy <cycjimmy@gmail.com> (https://github.com/cycjimmy)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/cycdpo/weixinjssdk/issues"
  },
  "homepage": "https://github.com/cycdpo/weixinjssdk#readme",
  "dependencies": {
    "node-cache": "^4.2.1",
    "superagent": "^5.1.0"
  },
  "devDependencies": {
    "@babel/cli": "^7.6.4",
    "@babel/core": "^7.6.4",
    "@babel/preset-env": "^7.6.3",
    "babel-jest": "^24.9.0",
    "express": "^4.17.1",
    "jest": "^24.9.0",
    "nodemon": "^1.19.3",
    "trash-cli": "^3.0.0"
  }
}
