{
  "name": "unique-wechaty-puppet-macpro",
  "version": "0.1.10",
  "description": "Puppet Macpro for Wechaty",
  "directories": {
    "test": "tests"
  },
  "main": "dist/src/index.js",
  "typings": "dist/src/index.d.ts",
  "scripts": {
    "clean": "shx rm -fr dist/*",
    "dist": "npm run clean && tsc && cp -R src/gateway/proto-ts/ dist/src/gateway/proto-ts/",
    "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",
    "lint:es": "eslint 'src/**/*.ts' 'tests/**/*.spec.ts' --ignore-pattern 'tests/fixtures/'",
    "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' 'tests/**/*.spec.ts'"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/botorange/wechaty-puppet-macpro.git"
  },
  "keywords": [
    "chatie",
    "wechaty",
    "chatbot",
    "bot",
    "wechat",
    "sdk",
    "puppet",
    "macpro"
  ],
  "author": "SuChang <suchang@juzi.bot>",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/botorange/wechaty-puppet-macpro/issues"
  },
  "homepage": "https://github.com/botorange/wechaty-puppet-macpro#readme",
  "devDependencies": {
    "@chatie/eslint-config": "^0.8.1",
    "@chatie/git-scripts": "^0.2.5",
    "@chatie/semver": "^0.4.7",
    "@chatie/tsconfig": "^0.6.1",
    "@types/fs-extra": "^8.0.0",
    "@types/google-protobuf": "^3.2.7",
    "@types/koa-router": "^7.0.42",
    "@types/lru-cache": "^5.1.0",
    "@types/normalize-package-data": "^2.4.0",
    "@types/promise-retry": "^1.1.3",
    "@types/qr-image": "^3.2.1",
    "@types/uuid": "^3.4.5",
    "file-box": "^0.8.27",
    "memory-card": "^0.6.13",
    "pkg-jq": "^0.2.2",
    "shx": "^0.3.1",
    "tstest": "^0.4.1",
    "unique-wechaty-puppet": "next"
  },
  "peerDependencies": {
    "file-box": "^0.8.22",
    "memory-card": "^0.6.13",
    "unique-wechaty-puppet": "next"
  },
  "dependencies": {
    "array-flatten": "^2.1.1",
    "aws-sdk": "^2.510.0",
    "axios": "^0.19.0",
    "brolog": "^1.6.5",
    "flash-store": "^0.14.1",
    "form-data": "^2.5.0",
    "fs-extra": "^8.1.0",
    "google-protobuf": "^3.6.1",
    "grpc": "^1.22.0",
    "hot-import": "^0.2.1",
    "jimp": "^0.6.4",
    "jsqr": "^1.2.0",
    "koa": "^2.7.0",
    "koa-body": "^4.1.0",
    "koa-router": "^7.4.0",
    "lru-cache": "^5.1.1",
    "moment": "^2.24.0",
    "normalize-package-data": "^2.4.0",
    "promise-retry": "^1.1.1",
    "qr-image": "^3.2.0",
    "state-switch": "^0.6.2",
    "uuid": "^3.3.3",
    "watchdog": "^0.8.10",
    "xml2json": "^0.11.2"
  },
  "publishConfig": {
    "access": "public",
    "tag": "next"
  }
}
