{
  "name": "wechaty-puppet-hostie",
  "version": "0.12.257",
  "description": "Puppet Hostie for Wechaty",
  "main": "dist/src/index.js",
  "typings": "dist/src/index.d.ts",
  "directories": {
    "test": "tests"
  },
  "engines": {
    "wechaty": ">=0.50",
    "wechaty-puppet": ">=0.33.5"
  },
  "scripts": {
    "clean": "shx rm -fr dist/*",
    "dist": "npm run clean && tsc",
    "pack": "npm pack",
    "lint": "npm run lint:es && npm run lint:ts && npm run lint:md",
    "lint:md": "markdownlint README.md",
    "lint:ts": "tsc --noEmit",
    "start": "ts-node examples/ding-dong-bot.ts",
    "test": "npm run lint && npm run test:unit",
    "test:pack": "bash -x scripts/npm-pack-testing.sh",
    "test:unit": "blue-tape -r ts-node/register \"src/**/*.spec.ts\" \"src/*.spec.ts\" \"tests/*.spec.ts\" \"tests/**/*.spec.ts\"",
    "lint:es": "eslint --ignore-pattern fixtures/ 'src/**/*.ts' 'tests/**/*.ts'"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Chatie/wechaty-puppet-hostie.git"
  },
  "keywords": [
    "chatie",
    "wechaty",
    "chatbot",
    "bot",
    "grpc",
    "wechat",
    "sdk"
  ],
  "author": "Huan LI <zixia@zixia.net>",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/Chatie/wechaty-puppet-hostie/issues"
  },
  "homepage": "https://github.com/Chatie/wechaty-puppet-hostie#readme",
  "devDependencies": {
    "@chatie/eslint-config": "^0.12.1",
    "@chatie/git-scripts": "^0.6.2",
    "@chatie/semver": "^0.4.7",
    "@chatie/tsconfig": "^0.11.4",
    "@types/google-protobuf": "^3.7.2",
    "@types/ws": "^7.2.6",
    "pkg-jq": "^0.2.4",
    "shx": "^0.3.2",
    "tstest": "^0.4.10",
    "wechaty": "^0.50",
    "wechaty-puppet": "^0.33.5",
    "wechaty-puppet-mock": "^0.27.11"
  },
  "peerDependencies": {
    "wechaty-puppet": "*"
  },
  "dependencies": {
    "@chatie/grpc": "^0.18.10",
    "@reduxjs/toolkit": "^1.4.0",
    "redux": "^4.0.5",
    "redux-observable": "^2.0.0-alpha.0",
    "rxjs": "^7.0.0-beta.9",
    "stronger-typed-streams": "^0.2.0",
    "ws": "^7.3.1"
  },
  "publishConfig": {
    "access": "public",
    "tag": "latest"
  },
  "git": {
    "scripts": {
      "pre-push": "npx git-scripts-pre-push"
    }
  }
}