{
  "name": "forgedock",
  "version": "1.8.1",
  "description": "Autonomous development pipeline for coding agents. GitHub as institutional memory, with native Claude Code and OpenCode entrypoints.",
  "bin": {
    "forgedock": "bin/forgedock.mjs"
  },
  "keywords": [
    "claude-code",
    "ai-agents",
    "autonomous-coding",
    "github-automation",
    "developer-tools",
    "ai-pipeline",
    "code-review",
    "llm",
    "knowledge-graph",
    "claude",
    "opencode",
    "anthropic",
    "agentic-ai",
    "devtools",
    "automation"
  ],
  "author": "RapierCraft Studios",
  "license": "AGPL-3.0",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/RapierCraftStudios/ForgeDock.git"
  },
  "homepage": "https://rapiercraftstudios.github.io/ForgeDock/",
  "bugs": {
    "url": "https://github.com/RapierCraftStudios/ForgeDock/issues"
  },
  "files": [
    "bin/",
    "!bin/tests/",
    "commands/",
    "docs/",
    "!docs/site/.vitepress/",
    "examples/",
    "packages/protocol/src/",
    "scripts/",
    "!scripts/refresh-bot-token.sh",
    "templates/",
    "LICENSE",
    "README.md"
  ],
  "scripts": {
    "test": "node --test \"bin/tests/**/*.test.mjs\" \"bin/engine/**/*.test.mjs\" \"packages/protocol/test/**/*.test.mjs\"",
    "docs:dev": "vitepress dev docs/site",
    "docs:build": "vitepress build docs/site",
    "docs:preview": "vitepress preview docs/site"
  },
  "engines": {
    "node": ">=18"
  },
  "optionalDependencies": {
    "@anthropic-ai/sdk": ">=0.30.0 <1"
  },
  "devDependencies": {
    "vitepress": "^1.6.3"
  },
  "peerDependencies": {
    "@anthropic-ai/claude-code": ">=2.0.0"
  },
  "peerDependenciesMeta": {
    "@anthropic-ai/claude-code": {
      "optional": true
    }
  }
}
