{
  "name": "plan-ai-brain",
  "version": "0.1.0",
  "description": "Token-efficient project memory, planning and governance for AI coding agents",
  "type": "module",
  "bin": {
    "plan-ai": "bin/plan-ai.mjs",
    "plan-ai-brain": "bin/plan-ai.mjs"
  },
  "scripts": {
    "postinstall": "node ./bin/postinstall.mjs",
    "test": "node --test",
    "check": "node --check ./bin/plan-ai.mjs && node --check ./lib/cli.mjs && node --check ./lib/scanner.mjs && node --check ./lib/templates.mjs && node --input-type=module -e \"import('./lib/templates.mjs')\"",
    "pack:check": "npm pack --dry-run --cache ./.npm-cache",
    "release:check": "node ./scripts/release-check.mjs",
    "prepublishOnly": "npm run release:check"
  },
  "files": [
    "bin",
    "lib",
    "templates",
    "codex",
    "README.md",
    "LICENSE"
  ],
  "keywords": [
    "ai",
    "codex",
    "claude",
    "gemini",
    "copilot",
    "planning",
    "project-memory",
    "vibe-coding"
  ],
  "author": "Huynh Tan Loc",
  "license": "MIT",
  "engines": {
    "node": ">=20"
  },
  "publishConfig": {
    "access": "public"
  }
}
