{
  "name": "@sisyphus.js/google",
  "version": "2.3.0",
  "description": "Precompiled google common protos by sisyphus protobuf compiler",
  "scripts": {
    "clean": "tsc --build --clean",
    "build": "tsc",
    "watch": "tsc -w",
    "protoc": "sisygen -O ./src"
  },
  "files": [
    "lib",
    "src",
    "proto",
    "sisyphus-dist.json"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ButterCam/sisyphus-js.git"
  },
  "publishConfig": {
    "access": "public"
  },
  "keywords": [
    "sisyphus",
    "protobuf",
    "grpc",
    "protoc"
  ],
  "author": "higan",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/ButterCam/sisyphus-js/issues"
  },
  "homepage": "https://github.com/ButterCam/sisyphus-js#readme",
  "devDependencies": {
    "@sisyphus.js/cli": "^2.3.0"
  },
  "dependencies": {
    "@sisyphus.js/runtime": "^2.3.0"
  },
  "directories": {
    "lib": "lib",
    "proto": "proto"
  },
  "protobuf": {
    "plugins": [
      "core"
    ]
  },
  "gitHead": "26ac9f3074934f9963eb2d8de30e3dd29562e0e3"
}
