{
  "name": "@connectrpc/protoc-gen-connect-es",
  "version": "1.7.0",
  "description": "Code generator for Connect",
  "license": "Apache-2.0",
  "repository": {
    "type": "git",
    "url": "https://github.com/connectrpc/connect-es.git",
    "directory": "packages/protoc-gen-connect-es"
  },
  "bin": {
    "protoc-gen-connect-es": "bin/protoc-gen-connect-es"
  },
  "engines": {
    "node": ">=16.0.0"
  },
  "scripts": {
    "prebuild": "rm -rf ./dist/*",
    "build": "tsc --project tsconfig.json --module commonjs --verbatimModuleSyntax false --moduleResolution node10 --outDir ./dist/cjs",
    "format": "prettier --write --ignore-unknown '.' '!dist'",
    "license-header": "license-header",
    "lint": "eslint --max-warnings 0 ."
  },
  "preferUnplugged": true,
  "dependencies": {
    "@bufbuild/protobuf": "^1.10.0",
    "@bufbuild/protoplugin": "^1.10.0"
  },
  "peerDependencies": {
    "@connectrpc/connect": "1.7.0",
    "@bufbuild/protoc-gen-es": "^1.10.0"
  },
  "peerDependenciesMeta": {
    "@connectrpc/connect": {
      "optional": true
    },
    "@bufbuild/protoc-gen-es": {
      "optional": true
    }
  }
}
