{
  "name": "cortex-agent",
  "version": "1.14.0",
  "description": "AI Agent Governance Framework for Cursor, Claude Code, Windsurf, Gemini CLI, and Antigravity",
  "bin": {
    "cortex-agent": "bin/cli.js",
    "cortex-claude-hook": "bin/cortex-claude-hook"
  },
  "files": [
    "bin",
    "lib",
    "scripts",
    "templates",
    "hooks",
    "agents",
    "commands",
    "skills",
    ".help",
    ".claude-plugin"
  ],
  "engines": {
    "node": ">=14.0.0"
  },
  "packageManager": "pnpm@11.13.1",
  "volta": {
    "node": "24.19.0"
  },
  "scripts": {
    "test": "node scripts/test-runner.cjs --max-time 600 --timeout 60 --per-test-timeout 30000 --idle-timeout 45",
    "test:serial": "node scripts/test-runner.cjs --serial --max-time 600 --timeout 30 --per-test-timeout 20000",
    "test:module": "node scripts/test-runner.cjs --module",
    "test:modules": "node scripts/test-runner.cjs --scope commands",
    "test:scope": "node scripts/test-runner.cjs --scope",
    "test:file": "node scripts/test-runner.cjs --file",
    "test:quick": "node scripts/test-runner.cjs --scope setup --scope update --scope state-sync --max-time 120",
    "test:strict": "node scripts/test-runner.cjs --max-time 300 --timeout 20 --per-test-timeout 10000 --idle-timeout 10",
    "release:patch": "npm version patch && npm publish --registry https://registry.npmjs.org/",
    "release:minor": "npm version minor && npm publish --registry https://registry.npmjs.org/",
    "release:major": "npm version major && npm publish --registry https://registry.npmjs.org/",
    "pub": "npm publish --registry https://registry.npmjs.org/",
    "heartbeat": "node .agent/scripts/heartbeat.js"
  },
  "keywords": [
    "ai",
    "agent",
    "cursor",
    "claude-code",
    "windsurf",
    "gemini-cli",
    "antigravity",
    "governance",
    "workflow"
  ],
  "author": "Kucell",
  "homepage": "https://github.com/Kucell/cortex-agent",
  "repository": {
    "type": "git",
    "url": "https://github.com/Kucell/cortex-agent.git"
  },
  "bugs": {
    "url": "https://github.com/Kucell/cortex-agent/issues"
  },
  "license": "MIT"
}
