{
  "name": "iret",
  "version": "0.0.0-rc.15",
  "main": "bot.mjs",
  "dependencies": {
    "@grpc/grpc-js": "1.2.1",
    "chalk": "^4.1.0",
    "google-protobuf": "3.12.2",
    "log-symbols": "^4.0.0",
    "ora": "^5.2.0"
  },
  "devDependencies": {
    "@bazel/typescript": "3.0.0",
    "@jest/core": "24.7.1",
    "@jest/transform": "24.7.1",
    "@types/google-protobuf": "3.7.2",
    "@types/jest": "^26.0.15",
    "@types/node": "^12.12.4",
    "jest-cli": "^26.6.3",
    "typescript": "^3.9.7"
  },
  "scripts": {
    "format": "git-clang-format",
    "build": "bazel build :prod_dist",
    "release": "cd bazel-bin/dist && npm publish --access public",
    "test": "bazel test ..."
  }
}
