{
  "name": "db4ai",
  "version": "0.3.6",
  "description": "AI-powered database operations with CapnWeb RPC transport for db4",
  "type": "module",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    }
  },
  "files": [
    "dist",
    "README.md"
  ],
  "scripts": {
    "build": "tsc",
    "test": "vitest run",
    "test:watch": "vitest",
    "typecheck": "tsc --noEmit",
    "clean": "rm -rf dist"
  },
  "keywords": [
    "db4",
    "ai",
    "rpc",
    "capnproto",
    "cloudflare",
    "workers",
    "durable-objects"
  ],
  "license": "MIT",
  "homepage": "https://db4.ai",
  "repository": {
    "type": "git",
    "url": "https://github.com/dot-do/db4.git",
    "directory": "packages/db4ai"
  },
  "dependencies": {
    "@db4/client": "^0.1.2",
    "@db4/core": "^0.1.2",
    "@db4/store": "^0.1.2",
    "@db4/rpc": "^0.1.2"
  },
  "devDependencies": {
    "@cloudflare/vitest-pool-workers": "^0.8.0",
    "@cloudflare/workers-types": "^4.20250115.0",
    "@db4/config": "^0.1.2",
    "typescript": "^5.7.3",
    "vitest": "^2.1.8"
  }
}
