{
  "name": "@aikit/indexer",
  "version": "0.1.0",
  "description": "Incremental file indexer with hash-based change detection",
  "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": {
    "minimatch": "^10.x"
  },
  "devDependencies": {
    "@aikit/core": "workspace:*",
    "@aikit/chunker": "workspace:*",
    "@aikit/embeddings": "workspace:*",
    "@aikit/store": "workspace:*"
  }
}
