{
  "name": "@theglitchking/aeon-loop",
  "version": "2.0.0",
  "description": "Autonomous task execution with loop engine, orchestrated subagents, context persistence, and intelligent failure recovery. Includes bundled aeon-flux.",
  "type": "module",
  "bin": {
    "aeon-loop": "./bin/aeon-loop.js"
  },
  "scripts": {
    "postinstall": "node scripts/link-skills.js"
  },
  "files": [
    "bin/",
    "commands/",
    "hooks/",
    "plugins/",
    "examples/",
    "scripts/link-skills.js",
    ".claude-plugin/",
    "README.md",
    "LICENSE",
    "CHANGELOG.md"
  ],
  "engines": {
    "node": ">=20.0.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "keywords": [
    "claude-code",
    "plugin",
    "autonomous",
    "loop",
    "task-execution",
    "orchestration",
    "aeon-flux",
    "context-persistence",
    "subagents"
  ],
  "author": {
    "name": "TheGlitchKing",
    "email": "theglitchking@users.noreply.github.com"
  },
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/TheGlitchKing/aeon-loop.git"
  },
  "bugs": {
    "url": "https://github.com/TheGlitchKing/aeon-loop/issues"
  },
  "homepage": "https://github.com/TheGlitchKing/aeon-loop#readme",
  "dependencies": {
    "@theglitchking/claude-plugin-runtime": "^0.1.0",
    "commander": "^14.0.0"
  }
}
