{
  "name": "wechat4u-lab",
  "version": "0.7.11",
  "description": "web wechat lib for user",
  "main": "lib/wechat.js",
  "scripts": {
    "compile": "babel src -d lib -s",
    "prepublish": "npm run compile",
    "lint": "eslint src",
    "clean": "rm -rf lib",
    "unit": "mocha test/unit.js --compilers js:babel-core/register",
    "test": "npm run lint && npm run unit",
    "core": "cross-env DEBUG=wechat,core node run-core.js"
  },
  "dependencies": {
    "axios": "^1.1.3",
    "bl": "^6.0.0",
    "debug": "^2.2.0",
    "form-data": "^2.1.2",
    "lodash": "^4.17.11",
    "mime": "^3.0.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/nodeWechat/wechat4u.git"
  },
  "author": "nodeWechat",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/nodeWechat/wechat4u/issues"
  },
  "homepage": "https://github.com/nodeWechat/wechat4u#readme",
  "devDependencies": {
    "babel-cli": "^6.14.0",
    "babel-preset-env": "^1.7.0",
    "babel-register": "^6.16.3",
    "chai": "^3.5.0",
    "cross-env": "^1.0.7",
    "eslint": "^5.14.1",
    "eslint-config-standard": "^5.3.1",
    "eslint-plugin-promise": "^1.1.0",
    "eslint-plugin-standard": "^1.3.2",
    "mocha": "^6.0.2",
    "nock": "^10.0.6",
    "qrcode-terminal": "^0.11.0",
    "replay": "^2.0.6",
    "request": "^2.88.0"
  }
}
