{
  "name": "@arihantdeva/heimdall",
  "version": "0.7.0",
  "description": "Verified, self-healing knowledge layer for AI coding agents: cross-repo memory with trust verdicts, zero-token CPU-only indexing, hybrid retrieval",
  "license": "MIT",
  "keywords": [
    "ai",
    "agent",
    "memory",
    "knowledge",
    "rag",
    "code-graph",
    "semantic-search",
    "embeddings",
    "local-first",
    "cross-repo"
  ],
  "homepage": "https://github.com/ArihantDeva/heimdall",
  "repository": {
    "type": "git",
    "url": "https://github.com/ArihantDeva/heimdall.git"
  },
  "bugs": {
    "url": "https://github.com/ArihantDeva/heimdall/issues"
  },
  "bin": {
    "heimdall": "bin/heimdall.js"
  },
  "files": [
    "bin/",
    "!bin/__pycache__/",
    "!bin/render-demo.py",
    "extensions/",
    "types/",
    "config/",
    "docs/adapters.md",
    "README.md",
    "LICENSE"
  ],
  "engines": {
    "node": ">=22.5"
  },
  "type": "module",
  "scripts": {
    "test": "node --test \"tests/**/*.test.mjs\"",
    "typecheck": "tsc --noEmit",
    "postinstall": "node bin/postinstall.mjs"
  },
  "devDependencies": {
    "@types/node": "^22.0.0",
    "typebox": "^1.3.0",
    "typescript": "^5.6.0"
  }
}
