{
  "name": "@gomomento/generated-types",
  "description": "Types for Momento services",
  "version": "0.130.1",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "repository": {
    "type": "git",
    "url": "https://github.com/momentohq/client_protos"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "rm -rf dist && mkdir -p src && ./generate_protos.sh && cp index.ts src/ && tsc"
  },
  "author": "",
  "license": "Apache-2.0",
  "devDependencies": {
    "@grpc/grpc-js": "1.13.1",
    "@tsconfig/node16": "1.0.2",
    "@types/google-protobuf": "3.15.6",
    "@types/node": "16.10.3",
    "google-protobuf": "3.21.2",
    "grpc-tools": "^1.12.4",
    "protoc-gen-ts": "^0.8.6",
    "typescript": "4.9.5"
  },
  "dependencies": {},
  "peerDependencies": {
    "@grpc/grpc-js": "1.13.1",
    "google-protobuf": "3.21.2"
  },
  "files": [
    "dist"
  ]
}
