{
  "name": "paperclipai",
  "version": "2026.824.1",
  "description": "Paperclip CLI — orchestrate AI agent teams to run a business",
  "type": "module",
  "bin": {
    "paperclipai": "./dist/index.js"
  },
  "keywords": [
    "paperclip",
    "ai",
    "agents",
    "orchestration",
    "cli"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/paperclipai/paperclip",
    "directory": "cli"
  },
  "homepage": "https://github.com/paperclipai/paperclip",
  "bugs": {
    "url": "https://github.com/paperclipai/paperclip/issues"
  },
  "files": [
    "dist"
  ],
  "engines": {
    "node": ">=20"
  },
  "dependencies": {
    "@agentclientprotocol/claude-agent-acp": "^0.66.0",
    "@agentclientprotocol/codex-acp": "^1.1.4",
    "@clack/prompts": "^0.11.0",
    "@paperclipai/server": "2026.824.1",
    "commander": "^13.1.0",
    "dotenv": "^17.4.2",
    "drizzle-orm": "0.45.2",
    "picocolors": "^1.1.1",
    "postgres": "^3.4.9",
    "ws": "^8.21.1",
    "zod": "^3.24.2"
  },
  "optionalDependencies": {
    "@embedded-postgres/darwin-arm64": "^18.1.0-beta.16",
    "@embedded-postgres/darwin-x64": "^18.1.0-beta.16",
    "@embedded-postgres/linux-arm": "^18.1.0-beta.16",
    "@embedded-postgres/linux-arm64": "^18.1.0-beta.16",
    "@embedded-postgres/linux-ia32": "^18.1.0-beta.16",
    "@embedded-postgres/linux-ppc64": "^18.1.0-beta.16",
    "@embedded-postgres/linux-x64": "^18.1.0-beta.16",
    "@embedded-postgres/windows-x64": "^18.1.0-beta.16"
  }
}