{
  "name": "ai-agent-playbook",
  "version": "1.3.0",
  "description": "Portable project records, selected artifact skills, and optional read-only project tools.",
  "type": "module",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jukrap/ai-agent-playbook.git"
  },
  "keywords": [
    "ai-agents",
    "ai-agent-playbook",
    "codex",
    "skills",
    "runtime-harness"
  ],
  "bin": {
    "ai-agent-playbook": "bin/aapb.mjs",
    "aapb": "bin/aapb.mjs"
  },
  "files": [
    "bin/",
    "src/",
    "engines/python/**/*.py",
    "adapters/",
    "skills/",
    "references/",
    "templates/",
    "examples/",
    "scripts/*.mjs",
    "scripts/bootstrap-python.ps1",
    "scripts/validate-python.ps1",
    "pyproject.toml",
    "docs/*.md",
    "docs/assets/",
    "docs/skill-decisions.json",
    "translations/ko/",
    "README.md",
    "CONTEXT.md",
    "CHANGELOG.md",
    "LICENSE"
  ],
  "scripts": {
    "check": "node scripts/check.mjs",
    "test": "node --test test/*.test.mjs",
    "validate:naming": "node ./scripts/validate.mjs naming",
    "validate:skills": "node ./scripts/validate.mjs skills",
    "validate:translations": "node ./scripts/validate.mjs translations",
    "validate:mcp-docs": "node ./scripts/validate.mjs mcp-docs",
    "validate:public-docs": "node ./scripts/validate.mjs public-docs",
    "validate:python": "node ./scripts/validate.mjs python",
    "validate:all": "npm run validate:naming && npm run validate:skills && npm run validate:translations && npm run validate:mcp-docs && npm run validate:public-docs",
    "typecheck": "tsc -p tsconfig.json --noEmit"
  },
  "engines": {
    "node": ">=18"
  },
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.29.0",
    "zod": "^3.25.76"
  },
  "devDependencies": {
    "@types/node": "^24.0.0",
    "typescript": "^6.0.3"
  },
  "optionalDependencies": {
    "@ast-grep/napi": "0.45.3"
  }
}
