{
  "name": "@kanziw/grpc-es",
  "type": "module",
  "version": "0.9.9",
  "description": "[DEPRECATED] A collection of grpc libraries using connect-es",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/kanziw/kanziwjs.git",
    "directory": "packages/grpc-es"
  },
  "author": {
    "name": "Jiwoong Jung",
    "email": "kanziwoong@gmail.com"
  },
  "homepage": "https://github.com/kanziw/kanziwjs/tree/main/packages/grpc-es#readme",
  "license": "MIT",
  "keywords": [
    "grpc",
    "connect-es",
    "bufbuild-es",
    "protobuf-es",
    "protoc-gen-es",
    "kanziw"
  ],
  "scripts": {
    "publish": "yarn publish-if-not-published",
    "publish:rc": "yarn publish-if-not-published --no-tag-check -- --tag rc"
  },
  "devDependencies": {
    "publish-if-not-published": "^3.1.3"
  },
  "files": [
    "index.*"
  ],
  "publishConfig": {
    "access": "public"
  },
  "exports": {
    ".": {
      "types": "./index.d.ts",
      "require": "./index.cjs",
      "import": "./index.mjs"
    },
    "./package.json": "./package.json"
  }
}
