{
  "name": "ai-adhd",
  "version": "0.0.1",
  "description": "Anchoring Defeat by Heterogeneous Divergence. Compiler, validator, scorer, and eval harness for a subagent reasoning architecture. Never calls a model.",
  "type": "module",
  "license": "MIT",
  "engines": {
    "node": ">=20"
  },
  "bin": {
    "adhd": "dist/src/cli.js"
  },
  "main": "dist/src/index.js",
  "files": [
    "dist/src",
    "config",
    "prompts",
    "docs",
    "assets",
    "LICENSE",
    "README.md",
    "bin",
    "scripts",
    "agents",
    "skills",
    ".claude-plugin"
  ],
  "scripts": {
    "build": "tsc -p tsconfig.json",
    "test": "npm run build && node --test dist/test/*.test.js",
    "typecheck": "tsc -p tsconfig.json --noEmit",
    "adhd": "node dist/src/cli.js",
    "mcp": "node dist/src/mcp.js",
    "prepublishOnly": "npm test",
    "demo": "bash scripts/demo.sh"
  },
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.30.0",
    "commander": "^13.1.0",
    "yaml": "^2.9.0",
    "zod": "^4.0.0"
  },
  "devDependencies": {
    "@types/node": "^22.0.0",
    "typescript": "^5.9.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/drewc611/Ai-adhd.git"
  },
  "homepage": "https://github.com/drewc611/Ai-adhd#readme",
  "bugs": {
    "url": "https://github.com/drewc611/Ai-adhd/issues"
  },
  "keywords": [
    "reasoning",
    "divergence",
    "subagents",
    "critic",
    "claude-code",
    "mcp"
  ],
  "publishConfig": {
    "access": "public"
  },
  "types": "dist/src/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/src/index.d.ts",
      "import": "./dist/src/index.js"
    },
    "./package.json": "./package.json"
  },
  "mcpName": "io.github.drewc611/adhd"
}
