{
  "name": "whipped",
  "version": "0.9.4",
  "description": "Autonomous AI agent kanban board for Claude, Codex, Opencode, and Cursor.",
  "type": "module",
  "homepage": "https://github.com/nxnom/whipped#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/nxnom/whipped.git"
  },
  "bugs": {
    "url": "https://github.com/nxnom/whipped/issues"
  },
  "files": [
    "dist",
    "README.md",
    "scripts/postinstall.mjs"
  ],
  "bin": {
    "whipped": "dist/cli.js"
  },
  "engines": {
    "node": ">=22"
  },
  "dependencies": {
    "@hono/zod-validator": "^0.8.0",
    "@modelcontextprotocol/sdk": "^1.29.0",
    "@octokit/graphql": "^8.1.2",
    "@octokit/rest": "^21.1.1",
    "@playwright/mcp": "^0.0.75",
    "@xterm/addon-serialize": "^0.14.0",
    "@xterm/headless": "^6.0.0",
    "better-sqlite3": "^12.10.0",
    "commander": "^14.0.3",
    "croner": "^10.0.1",
    "hono": "^4.12.23",
    "node-pty": "^1.2.0-beta.11",
    "open": "^11.0.0",
    "ora": "^9.3.0",
    "pino": "^10.3.1",
    "pino-pretty": "^13.1.3",
    "proper-lockfile": "^4.1.2",
    "tree-kill": "^1.2.2",
    "ws": "^8.18.0",
    "zod": "^4.3.6"
  },
  "devDependencies": {
    "@biomejs/biome": "^2.3.5",
    "@types/better-sqlite3": "^7.6.13",
    "@types/node": "^22.10.5",
    "@types/proper-lockfile": "^4.1.4",
    "@types/ws": "^8.18.1",
    "esbuild": "^0.27.4",
    "tsx": "^4.20.3",
    "typescript": "^5.9.3"
  },
  "scripts": {
    "clean": "rm -rf dist",
    "build": "pnpm clean && pnpm web:build && node scripts/build.mjs",
    "postinstall": "node scripts/postinstall.mjs",
    "dev": "NODE_ENV=development tsx src/cli.ts",
    "dev:full": "node scripts/dev-full.mjs",
    "web:dev": "pnpm --filter @whipped/web dev",
    "web:build": "pnpm --filter @whipped/web build",
    "typecheck": "tsc -p tsconfig.json --noEmit",
    "web:typecheck": "pnpm --filter @whipped/web typecheck",
    "lint": "biome lint src web-ui/src",
    "format": "biome format --write ."
  }
}