{
  "name": "protoc",
  "version": "35.1.0",
  "upstreamVersion": "v35.1",
  "description": "Installs the protocol buffer compiler \"protoc\" for you.",
  "bin": {
    "protoc": "protoc.cjs"
  },
  "engines": {
    "node": ">=20.0.0"
  },
  "scripts": {
    "build": "npm run build:protoc && npm run build:tsc",
    "build:protoc": "esbuild src/protoc.ts --bundle --platform=node --outfile=protoc.cjs",
    "build:tsc": "tsc --noEmit",
    "test": "tsx --test src/*.test.ts",
    "lint": "biome lint --error-on-warnings",
    "format": "biome format --write"
  },
  "type": "commonjs",
  "publishConfig": {
    "access": "public"
  },
  "license": "Apache-2.0",
  "author": "Timo Stamm <ts@timostamm.com>",
  "homepage": "https://github.com/timostamm/protobuf-npm",
  "repository": {
    "type": "git",
    "url": "https://github.com/timostamm/protobuf-npm",
    "directory": "packages/protoc"
  },
  "keywords": [
    "Protocol Buffers",
    "protobuf",
    "protoc",
    "installation"
  ],
  "devDependencies": {
    "tsx": "^4.22.4",
    "fflate": "^0.8.3"
  }
}
