{
    "name": "@river-build/proto",
    "version": "0.0.189",
    "packageManager": "yarn@3.8.0",
    "type": "module",
    "main": "dist/index.js",
    "types": "dist/index.d.ts",
    "scripts": {
        "buf:clean": "rm -rf ./src/gen/*",
        "buf:generate": "cd ../.. && buf generate --template packages/proto/buf.gen.yaml --path protocol/protocol.proto --path protocol/payloads.proto --path packages/proto/internal.proto --path protocol/notifications.proto --path protocol/auth.proto --path protocol/apps.proto",
        "buf:lint": "cd ../.. && buf lint --path protocol/protocol.proto --path protocol/payloads.proto --path packages/proto/internal.proto --path protocol/notifications.proto --path protocol/auth.proto --path protocol/apps.proto",
        "build": "yarn buf:generate && tsc",
        "cb": "yarn clean && yarn build",
        "clean": "yarn buf:clean && rm -rf ./dist",
        "test": "vitest run",
        "test:watch": "vitest --watch",
        "test:ci": "yarn test",
        "watch": "node scripts/watch_proto_files.cjs",
        "watch:go": "node scripts/watch_proto_files_go.cjs"
    },
    "dependencies": {
        "@bufbuild/protobuf": "^2.2.2"
    },
    "devDependencies": {
        "@bufbuild/buf": "^1.32.0",
        "@bufbuild/protoc-gen-es": "^2.2.2",
        "@river-build/proto-source": "^0.0.189",
        "@types/node": "^20.5.0",
        "lodash.debounce": "^4.0.8",
        "ts-node": "^10.9.1",
        "typescript": "^5.1.6",
        "vitest": "3.0.5"
    },
    "files": [
        "/dist"
    ],
    "gitHead": "8c4a8e30ab96fbc00daee5a072a7312b0a63aff0"
}
