{
  "name": "@cursell/cli",
  "version": "0.8.2",
  "description": "Install AI agents from the Cursell Hub directly into your AI chat tool. One command, dozens of agents.",
  "keywords": [
    "cursell",
    "mcp",
    "claude",
    "claude-code",
    "codex",
    "gemini",
    "ai-agents",
    "agent-hub"
  ],
  "license": "Apache-2.0",
  "author": "Cursell",
  "homepage": "https://cursell.ai",
  "repository": {
    "type": "git",
    "url": "https://github.com/cursell/cli.git"
  },
  "bugs": "https://github.com/cursell/cli/issues",
  "type": "module",
  "bin": {
    "cli": "bin/cursell.js",
    "cursell": "bin/cursell.js",
    "cursell-mcp": "bin/cursell-mcp.js",
    "cursell-statusline": "bin/cursell-statusline.js"
  },
  "files": [
    "bin/**",
    "dist/mcp/**",
    "dist/lockfile/**",
    "dist/preview/**",
    "dist/statusline/**",
    "dist/shared/**",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "prebuild": "yarn workspace @cursell/shared build",
    "predev:cli": "yarn workspace @cursell/shared build",
    "predev:mcp": "yarn workspace @cursell/shared build",
    "pretest": "yarn workspace @cursell/shared build",
    "build": "tsc && bun run scripts/build-binaries.ts",
    "build:js": "tsc",
    "build:binaries": "bun run scripts/build-binaries.ts",
    "dev:cli": "bun run src/cli/index.ts",
    "dev:mcp": "bun run --watch src/mcp/index.ts",
    "test": "yarn build:js && vitest run",
    "prepublishOnly": "bun run scripts/preflight-publish.ts",
    "release": "yarn build && bun run scripts/publish.ts",
    "release:dry": "yarn build && bun run scripts/publish.ts --dry-run"
  },
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "@anthropic-ai/claude-agent-sdk": "0.3.150",
    "@anthropic-ai/sdk": "^0.98.0",
    "@cursell/shared": "0.0.1",
    "@modelcontextprotocol/sdk": "^1.12.1",
    "marked": "^18.0.2",
    "sanitize-html": "^2.17.3",
    "semver": "^7.7.4",
    "zod": "^3.24.4"
  },
  "devDependencies": {
    "@types/marked": "^6.0.0",
    "@types/sanitize-html": "^2.16.1",
    "@types/semver": "^7.7.1",
    "tsx": "^4.19.4",
    "typescript": "~5.8.0",
    "vitest": "^4.1.4"
  },
  "optionalDependencies": {
    "@cursell/cli-win32-x64": "0.8.2",
    "@cursell/cli-darwin-arm64": "0.8.2",
    "@cursell/cli-linux-x64": "0.8.2",
    "@cursell/cli-linux-arm64": "0.8.2",
    "@cursell/cli-darwin-x64": "0.8.2"
  }
}