{
  "name": "@developerz.ai/ai-claude-compat",
  "version": "0.0.56",
  "description": "Claude-Code-style agent primitives for the Vercel AI SDK: FS/bash tools, an <env> system-context block, a subagent-as-tool factory, and .claude/ skills/agents loading.",
  "license": "MIT",
  "type": "module",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/developerz-ai/ai-task-master.git",
    "directory": "packages/ai-claude-compat"
  },
  "homepage": "https://github.com/developerz-ai/ai-task-master/tree/main/packages/ai-claude-compat#readme",
  "bugs": "https://github.com/developerz-ai/ai-task-master/issues",
  "publishConfig": {
    "access": "public",
    "provenance": true
  },
  "exports": {
    ".": "./dist/index.js"
  },
  "files": [
    "dist",
    "README.md",
    "LICENSE"
  ],
  "engines": {
    "node": ">=20"
  },
  "scripts": {
    "build": "tsc -p tsconfig.json",
    "typecheck": "tsc --noEmit -p tsconfig.json",
    "typecheck:tests": "tsc --noEmit -p tsconfig.test.json",
    "test:node": "node --test --import tsx \"src/**/*.test.ts\""
  },
  "dependencies": {
    "ai": "^6.0.182",
    "execa": "^9.6.1",
    "zod": "^4.4.3"
  }
}
