{
  "name": "@aikit/client",
  "version": "0.1.0",
  "private": true,
  "type": "module",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    }
  },
  "scripts": {
    "build": "tsc -b",
    "typecheck": "tsc -p tsconfig.json --noEmit",
    "test": "vitest run"
  },
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.x",
    "@aikit/core": "workspace:*",
    "@aikit/embeddings": "workspace:*",
    "@aikit/store": "workspace:*",
    "@aikit/tools": "workspace:*"
  },
  "devDependencies": {
    "typescript": "^6.x",
    "vitest": "^4.x"
  }
}
