{
  "name": "agenthood",
  "version": "3.67.0",
  "description": "A full AI engineering team that earns every merge. 20 specialized agents for the whole software lifecycle — as portable Markdown skill files, an autonomous TypeScript runtime, and a browser Studio — with a tamper-evident audit trail for every decision.",
  "keywords": [
    "ai-agents",
    "ai-agent-framework",
    "multi-agent",
    "agentic-ai",
    "developer-experience",
    "developer-tools",
    "code-quality",
    "code-review",
    "conventional-commits",
    "commitlint",
    "semantic-release",
    "claude-code",
    "agent-skills",
    "typescript",
    "vscode-extension",
    "llm",
    "groq",
    "ci-cd",
    "git-hooks",
    "automation"
  ],
  "homepage": "https://github.com/fworks-tech/agenthood#readme",
  "bugs": {
    "url": "https://github.com/fworks-tech/agenthood/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/fworks-tech/agenthood.git"
  },
  "license": "MIT",
  "author": "Fabio Ritzel Borges <fritzelborges@gmail.com>",
  "type": "module",
  "main": "./dist/cli.js",
  "exports": {
    ".": "./dist/cli.js",
    "./server": "./dist/opencode-plugin.js",
    "./dist/commands/config.js": "./dist/commands/config.js",
    "./dist/core": "./dist/core/index.js",
    "./dist/core/RunEventBus.js": "./dist/core/RunEventBus.js",
    "./dist/core/types.js": "./dist/core/types.js",
    "./dist/llm": "./dist/llm/index.js",
    "./dist/llm/LLMRouter.js": "./dist/llm/LLMRouter.js",
    "./dist/llm/providers/StubProvider.js": "./dist/llm/providers/StubProvider.js",
    "./dist/llm/types.js": "./dist/llm/types.js",
    "./dist/llm/validateApiKeys.js": "./dist/llm/validateApiKeys.js",
    "./dist/runtime/ApplicationContext.js": "./dist/runtime/ApplicationContext.js",
    "./dist/checkpoint/RunCheckpoint.js": "./dist/checkpoint/RunCheckpoint.js",
    "./dist/tools/human/AskHumanTool.js": "./dist/tools/human/AskHumanTool.js"
  },
  "bin": {
    "agenthood": "dist/cli.js"
  },
  "files": [
    "dist",
    "scripts",
    "skills",
    "docs/members",
    "docs/conventions",
    "docs/portals",
    "docs/rituals",
    "docs/agentic-workflows",
    "workflows",
    "docs/architecture",
    "INITIATION.md",
    "oath.md",
    "AGENTS.md"
  ],
  "scripts": {
    "build": "tsc",
    "dev": "node --watch src/cli.ts",
    "start": "node dist/cli.js",
    "prepublishOnly": "npm run build",
    "postinstall": "node scripts/postinstall.mjs",
    "test": "vitest run",
    "test:coverage": "vitest run --coverage",
    "test:changed": "vitest run --changed",
    "test:staged": "node scripts/test-changed.mjs --staged",
    "test:unstaged": "node scripts/test-changed.mjs",
    "lint": "eslint src/",
    "typecheck": "tsc --noEmit"
  },
  "devDependencies": {
    "@commitlint/cli": "^21.2.2",
    "@commitlint/config-conventional": "^21.2.2",
    "@commitlint/types": "^21.2.0",
    "@eslint/js": "^10.0.1",
    "@opencode-ai/plugin": "^1.17.15",
    "@semantic-release/commit-analyzer": "^13.0.1",
    "@semantic-release/release-notes-generator": "^14.1.1",
    "@types/node": "^26.5.0",
    "@types/normalize-package-data": "^2.4.4",
    "@vitest/coverage-v8": "^4.1.11",
    "apache-arrow": "^18.1.0",
    "eslint": "^10.8.0",
    "jiti": "^2.7.0",
    "marked": "^18.0.12",
    "semantic-release": "^25.0.5",
    "tsx": "^4.19.0",
    "typescript": "^5.8.0",
    "typescript-eslint": "^8.0.0",
    "vitest": "^4.1.11"
  },
  "packageManager": "npm@11.19.0",
  "engines": {
    "node": ">=22.14.0"
  },
  "dependencies": {
    "@anthropic-ai/sdk": "0.124.0",
    "@lancedb/lancedb": "0.30.0",
    "@modelcontextprotocol/server": "2.0.0",
    "@sentry/node": "10.75.0",
    "ajv": "8.20.0",
    "dotenv": "17.4.2",
    "groq-sdk": "1.6.0",
    "openai": "7.12.1",
    "tree-sitter": "0.21.1",
    "tree-sitter-go": "0.25.0",
    "tree-sitter-python": "0.23.2",
    "tree-sitter-typescript": "0.23.2",
    "zod": "^4.5.4"
  },
  "overrides": {
    "js-yaml": "4.3.2",
    "zod": "^4.5.4"
  }
}
