{
  "name": "@aikit/tools",
  "version": "0.1.0",
  "description": "29 tool modules exposing 46 MCP tool implementations",
  "private": true,
  "type": "module",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "types": "./dist/index.d.ts"
    }
  },
  "scripts": {
    "clean": "rimraf dist",
    "test": "vitest run"
  },
  "dependencies": {
    "@aikit/analyzers": "workspace:*",
    "@aikit/chunker": "workspace:*",
    "@aikit/core": "workspace:*",
    "@aikit/embeddings": "workspace:*",
    "@aikit/store": "workspace:*",
    "@aikit/tool-routing": "workspace:*",
    "diff": "^9.x",
    "gpt-tokenizer": "^3.x",
    "linkedom": "^0.x",
    "lru-cache": "^11.x",
    "turndown": "^7.x"
  },
  "devDependencies": {
    "@types/turndown": "^5.x"
  }
}
