{
  "name": "wechat-mp-hack",
  "version": "1.1.10",
  "description": "微信公众号接口，无需微信认证实现自动创建素材、自动群发图文消息",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "files": [
    "lib",
    "demo"
  ],
  "scripts": {
    "start": "npm run prepublishOnly && npm run dev",
    "dev": "node ./run.js",
    "prepublishOnly": "rm -rf lib && tsc"
  },
  "keywords": [
    "wechat",
    "weixin",
    "微信公众号",
    "微信",
    "公众号"
  ],
  "author": "bukas",
  "license": "ISC",
  "dependencies": {
    "request": "^2.88.2",
    "tough-cookie-filestore": "0.0.1"
  },
  "devDependencies": {
    "@commitlint/cli": "^8.3.5",
    "@commitlint/config-conventional": "^8.3.4",
    "@types/request": "^2.48.4",
    "husky": "^4.2.3",
    "typescript": "^3.8.2"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/huanz/wechat-mp-hack.git"
  },
  "bugs": {
    "url": "https://github.com/huanz/wechat-mp-hack/issues"
  },
  "homepage": "https://github.com/huanz/wechat-mp-hack#readme",
  "engines": {
    "node": "^10.x",
    "npm": "^6.x"
  }
}
