{
  "name": "ts-proto",
  "version": "1.14.0",
  "description": "",
  "main": "build/plugin.js",
  "repository": "github:stephenh/ts-proto",
  "bin": {
    "protoc-gen-ts_proto": "./protoc-gen-ts_proto"
  },
  "scripts": {
    "prepare": "yarn build && yarn test",
    "build": "yarn tsc",
    "setup": "./pbjs.sh && ./integration/pbjs.sh && ./integration/update-bins.sh && ./integration/codegen.sh",
    "test": "yarn jest -c jest.config.js"
  },
  "keywords": [],
  "author": "",
  "license": "ISC",
  "devDependencies": {
    "@types/jest": "^24.0.11",
    "@types/node": "^10.7.0",
    "jest": "^25.1.0",
    "prettier": "^1.16.4",
    "ts-jest": "^25.2.1",
    "ts-node": "^8.3.0",
    "typescript": "^3.7.4"
  },
  "dependencies": {
    "@types/object-hash": "^1.3.0",
    "dataloader": "^1.4.0",
    "object-hash": "^1.3.1",
    "protobufjs": "^6.8.8",
    "sequency": "^0.19.2",
    "test": "^0.6.0",
    "ts-poet": "^1.0.1",
    "yarn": "^1.22.4"
  }
}
