{
  "name": "@dotdotgod/cli",
  "version": "0.3.11",
  "description": "CLI for dotdotgod validation, local documentation search, and graph indexing.",
  "type": "module",
  "license": "Elastic-2.0",
  "publishConfig": {
    "access": "public"
  },
  "bin": {
    "dotdotgod": "./bin/dotdotgod.mjs"
  },
  "keywords": [
    "agent-memory",
    "ai-coding-agent",
    "context-curation",
    "docs",
    "dotdotgod",
    "graph-impact",
    "knowledge-graph",
    "markdown",
    "traceability",
    "validator"
  ],
  "files": [
    "bin",
    "src",
    "README.md",
    "LICENSE"
  ],
  "dependencies": {
    "d3": "^7.9.0",
    "graphology": "^0.26.0",
    "leiden-ts": "^0.1.0",
    "sigma": "^3.0.3"
  },
  "homepage": "https://github.com/dotdotgod/dotdotgod-kit/tree/main/packages/cli#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dotdotgod/dotdotgod-kit.git",
    "directory": "packages/cli"
  },
  "bugs": {
    "url": "https://github.com/dotdotgod/dotdotgod-kit/issues"
  },
  "scripts": {
    "test": "node --test --test-concurrency=1 test/*.test.mjs",
    "verify": "node --check bin/dotdotgod.mjs && node --check src/core.mjs && pnpm run test && node bin/dotdotgod.mjs validate ../.. --include-local-memory",
    "pack:dry-run": "pnpm pack --dry-run --json"
  }
}