{
  "name": "edhindex",
  "version": "2.0.0",
  "description": "Local-first hybrid code search engine with knowledge graph — BM25 + vector + rerank, tree-sitter parsing, MCP server",
  "keywords": [
    "code-search",
    "code-index",
    "semantic-search",
    "hybrid-search",
    "knowledge-graph",
    "mcp",
    "tree-sitter",
    "codebase-search",
    "local-first",
    "offline"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/krishnasfdcc-a11y/edhIndex.git"
  },
  "homepage": "https://github.com/krishnasfdcc-a11y/edhIndex#readme",
  "bugs": {
    "url": "https://github.com/krishnasfdcc-a11y/edhIndex/issues"
  },
  "license": "MIT",
  "author": "edhdev (https://github.com/krishnasfdcc-a11y)",
  "engines": {
    "node": ">=18"
  },
  "type": "module",
  "bin": {
    "edhindex": "dist/cli/index.js"
  },
  "exports": {
    ".": "./dist/index.js"
  },
  "files": [
    "dist",
    "src"
  ],
  "scripts": {
    "postinstall": "npx tsc || true",
    "build": "tsc",
    "prepublishOnly": "npm run build",
    "start": "node dist/cli/index.js",
    "dev": "npx tsx src/cli/index.ts",
    "test": "vitest run"
  },
  "dependencies": {
    "@derekstride/tree-sitter-sql": "^0.3.11",
    "@huggingface/transformers": "^4.2.0",
    "@lancedb/lancedb": "^0.31.0",
    "@modelcontextprotocol/sdk": "^1.29.0",
    "@tree-sitter-grammars/tree-sitter-hcl": "^1.2.0",
    "@tree-sitter-grammars/tree-sitter-markdown": "^0.3.2",
    "@tree-sitter-grammars/tree-sitter-svelte": "^1.0.2",
    "@tree-sitter-grammars/tree-sitter-toml": "^0.7.0",
    "@tree-sitter-grammars/tree-sitter-xml": "^0.7.0",
    "@tree-sitter-grammars/tree-sitter-yaml": "^0.7.1",
    "apache-arrow": "^21.1.0",
    "better-sqlite3": "^12.11.1",
    "chalk": "^5.6.2",
    "chokidar": "^5.0.0",
    "cli-progress": "^3.12.0",
    "commander": "^15.0.0",
    "simple-git": "^3.36.0",
    "tree-sitter-c": "^0.24.1",
    "tree-sitter-c-sharp": "^0.23.5",
    "tree-sitter-cpp": "^0.23.4",
    "tree-sitter-css": "^0.25.0",
    "tree-sitter-dart": "^1.0.0",
    "tree-sitter-dockerfile": "^0.0.1-security",
    "tree-sitter-go": "^0.25.0",
    "tree-sitter-haskell": "^0.23.1",
    "tree-sitter-html": "^0.23.2",
    "tree-sitter-java": "^0.23.5",
    "tree-sitter-json": "^0.24.8",
    "tree-sitter-kotlin": "^0.3.8",
    "tree-sitter-lua": "^2.1.3",
    "tree-sitter-php": "^0.24.2",
    "tree-sitter-python": "^0.25.0",
    "tree-sitter-ruby": "^0.23.1",
    "tree-sitter-rust": "^0.24.0",
    "tree-sitter-scala": "^0.24.0",
    "tree-sitter-solidity": "^1.2.13",
    "tree-sitter-sql": "^0.1.0",
    "tree-sitter-swift": "^0.7.1",
    "tree-sitter-typescript": "^0.23.2",
    "tree-sitter-vue": "^0.2.1",
    "tree-sitter-wasm-prebuilt": "^0.0.3",
    "tree-sitter-wasms": "^0.1.13",
    "web-tree-sitter": "^0.26.11"
  },
  "devDependencies": {
    "@types/better-sqlite3": "^7.6.13",
    "@types/cli-progress": "^3.11.6",
    "@types/node": "^22.13.0",
    "typescript": "^5.9.3",
    "vitest": "^4.1.10"
  },
  "allowScripts": {
    "@derekstride/tree-sitter-sql@0.3.11": true,
    "onnxruntime-node@1.19.2": true,
    "onnxruntime-node@1.24.3": true,
    "sharp@0.33.5": true,
    "sharp@0.34.5": true,
    "@tree-sitter-grammars/tree-sitter-markdown@0.3.2": true,
    "@tree-sitter-grammars/tree-sitter-toml@0.7.0": true,
    "@tree-sitter-grammars/tree-sitter-yaml@0.7.1": true,
    "better-sqlite3@12.11.1": true,
    "protobufjs@7.6.5": true,
    "tree-sitter-c@0.24.1": true,
    "tree-sitter-c@0.23.6": true,
    "tree-sitter-c-sharp@0.23.5": true,
    "tree-sitter-cli@0.23.2": true,
    "tree-sitter-cpp@0.23.4": true,
    "tree-sitter-css@0.25.0": true,
    "tree-sitter-dart@1.0.0": true,
    "tree-sitter-go@0.25.0": true,
    "tree-sitter-haskell@0.23.1": true,
    "tree-sitter-html@0.23.2": true,
    "tree-sitter-java@0.23.5": true,
    "tree-sitter-javascript@0.23.1": true,
    "tree-sitter-json@0.24.8": true,
    "tree-sitter-kotlin@0.3.8": true,
    "tree-sitter-lua@2.1.3": true,
    "tree-sitter-php@0.24.2": true,
    "tree-sitter-python@0.25.0": true,
    "tree-sitter-ruby@0.23.1": true,
    "tree-sitter-rust@0.24.0": true,
    "tree-sitter-scala@0.24.0": true,
    "tree-sitter-solidity@1.2.13": true,
    "tree-sitter-swift@0.7.1": true,
    "tree-sitter-typescript@0.23.2": true,
    "yarn@1.22.22": true
  }
}
