{
  "name": "ts-proto-descriptors",
  "version": "2.1.0",
  "description": "",
  "repository": "github:stephenh/ts-proto",
  "keywords": [],
  "author": "",
  "license": "ISC",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist/"
  ],
  "dependencies": {
    "@bufbuild/protobuf": "^2.0.0"
  },
  "devDependencies": {
    "ts-proto": "^2.0.0",
    "typescript": "^5.1.3"
  },
  "packageManager": "yarn@3.6.0"
}