{
  "name": "@depot/connectrpc-workers",
  "version": "2.0.0",
  "type": "module",
  "description": "Connect RPC adapter for Cloudflare Workers",
  "repository": "https://github.com/depot/connectrpc-workers.git",
  "homepage": "https://github.com/depot/connectrpc-workers",
  "author": "Jacob Gillespie <jacobwgillespie@gmail.com>",
  "license": "MIT",
  "packageManager": "pnpm@10.10.0",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "files": [
    "dist"
  ],
  "keywords": [
    "connectrpc",
    "cloudflare",
    "workers"
  ],
  "scripts": {
    "build": "tsup src/index.ts --format esm --dts --clean",
    "clean": "rm -rf dist",
    "lint": "biome check",
    "lint:fix": "biome check --fix",
    "prepack": "pnpm run build",
    "type-check": "tsc --noEmit"
  },
  "peerDependencies": {
    "@bufbuild/protobuf": ">=2.0.0 <3.0.0",
    "@cloudflare/workers-types": "*",
    "@connectrpc/connect": ">=2.0.0 <3.0.0"
  },
  "devDependencies": {
    "@biomejs/biome": "^1.9.4",
    "@cloudflare/workers-types": "^4.20250502.0",
    "@connectrpc/connect": "^2.0.2",
    "tsup": "^8.4.0",
    "typescript": "^5.8.3"
  },
  "publishConfig": {
    "access": "public"
  },
  "sideEffects": false
}
