{
  "name": "@hunpeolabs/ai-agent-kit",
  "version": "0.5.0",
  "description": "Governed cross-agent coding workflows with repository intelligence, quality profiles, approval gates, and evidence.",
  "type": "module",
  "bin": {
    "ai-agent-kit": "./dist/bin/ai-agent-kit.mjs"
  },
  "keywords": [
    "ai-agent",
    "ai-agents",
    "ai-coding-agent",
    "agentic-coding",
    "agent-os",
    "ai-governance",
    "engineering-ai",
    "enterprise-ai",
    "codex",
    "claude-code",
    "github-copilot",
    "cursor",
    "windsurf",
    "gemini-cli",
    "amazon-q",
    "junie",
    "cline",
    "devin",
    "aider",
    "continue",
    "codegraph",
    "cocoindex",
    "repository-intelligence",
    "software-engineering-ai",
    "developer-productivity",
    "qa-automation",
    "code-review",
    "bootstrap"
  ],
  "homepage": "https://github.com/phamhungptithcm/ai-agent-kit#readme",
  "bugs": {
    "url": "https://github.com/phamhungptithcm/ai-agent-kit/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/phamhungptithcm/ai-agent-kit.git"
  },
  "files": [
    "assets/",
    "dist/bin/",
    "dist/src/",
    "dist/sbom.spdx.json",
    "docs/",
    "CHANGELOG.md",
    "CONTRIBUTING.md",
    "LICENSE",
    "README.md",
    "SECURITY.md"
  ],
  "scripts": {
    "check": "npm run lint && npm run typecheck && npm test && npm run security:supply-chain && npm run build && npm run smoke:packed",
    "lint": "node scripts/lint.mjs",
    "typecheck": "node scripts/typecheck.mjs",
    "test": "node --test",
    "build": "node scripts/build.mjs",
    "smoke:packed": "node scripts/smoke-packed.mjs",
    "release:dry-run": "npm pack --dry-run",
    "security:supply-chain": "node scripts/supply-chain-check.mjs",
    "postinstall": "node dist/bin/postinstall.mjs",
    "prepack": "npm run build"
  },
  "engines": {
    "node": ">=20"
  },
  "license": "MIT",
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  }
}
