{
  "name": "@autohq/cli",
  "version": "0.1.642",
  "license": "SEE LICENSE IN README.md",
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/fractal-works/auto.git",
    "directory": "apps/cli"
  },
  "engines": {
    "node": ">=24"
  },
  "type": "module",
  "bin": {
    "auto": "./dist/index.js"
  },
  "files": ["dist"],
  "scripts": {
    "build": "tsup",
    "dev": "tsx src/main.ts",
    "dev:tui": "node ../../scripts/cli-tui-dev-watch.mjs",
    "skill:generate": "tsx scripts/generate-skill-content.ts",
    "test": "npm run test:unit",
    "test:mutation": "stryker run",
    "test:unit": "tsx --test \"test/**/*.unit.test.ts\"",
    "typecheck": "tsc --noEmit"
  },
  "dependencies": {
    "@anthropic-ai/claude-agent-sdk": "^0.3.221",
    "@inkjs/ui": "^2.0.0",
    "@modelcontextprotocol/sdk": "^1.29.0",
    "@tanstack/react-query": "^5.100.14",
    "ai": "^6.0.217",
    "chalk": "^5.3.0",
    "commander": "^14.0.2",
    "ink": "^7",
    "ink-text-input": "^6.0.0",
    "jose": "^5.9.6",
    "marked": "^15.0.12",
    "react": "^19",
    "socket.io-client": "^4.8.3",
    "yaml": "^2.9.0"
  },
  "devDependencies": {
    "@auto/protocol": "*",
    "@auto/schemas": "*",
    "@stryker-mutator/core": "^9.6.1",
    "@types/react": "^19",
    "socket.io": "^4.8.3",
    "tsup": "^8.5.1"
  }
}
