{
  "name": "@grackle-ai/common",
  "version": "0.195.0",
  "description": "Proto definitions, generated code, and shared types for Grackle",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/nick-pape/grackle.git",
    "directory": "packages/common"
  },
  "keywords": [
    "grackle",
    "grpc",
    "protobuf",
    "connectrpc"
  ],
  "homepage": "https://github.com/nick-pape/grackle#readme",
  "bugs": {
    "url": "https://github.com/nick-pape/grackle/issues"
  },
  "engines": {
    "node": ">=22.0.0 <24.0.0"
  },
  "type": "module",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist/"
  ],
  "sideEffects": false,
  "dependencies": {
    "@bufbuild/protobuf": "^2.5.0",
    "@connectrpc/connect": "^2.0.0",
    "cron-parser": "^4.9.0",
    "fuse.js": "^7.0.0",
    "pino": "^10.3.1",
    "zod": "^4.3.0",
    "@grackle-ai/ahp": "0.195.0"
  },
  "devDependencies": {
    "@bufbuild/buf": "^1.50.0",
    "@bufbuild/protoc-gen-es": "^2.5.0",
    "@rushstack/heft": "1.2.7",
    "@types/node": "^22.0.0",
    "@vitest/coverage-v8": "^4.1.0",
    "vitest": "^4.1.0",
    "@vitest/spy": "^4.1.0",
    "@grackle-ai/heft-buf-plugin": "0.0.1",
    "@grackle-ai/heft-rig": "0.0.1"
  },
  "scripts": {
    "build": "heft build --clean",
    "clean": "heft clean",
    "test": "vitest run",
    "_phase:build": "heft run --only build -- --clean",
    "_phase:test": "vitest run --coverage"
  }
}