{
  "name": "very-happy-cli",
  "version": "0.2.143",
  "description": "Remote multi-agent workspace CLI with deep Claude integration, native terminal streaming, and self-hosting.",
  "author": "Kirill Dubovitskiy",
  "contributors": [
    "Mereith (very-happy-cli fork)"
  ],
  "license": "MIT",
  "engines": {
    "node": "^20.19.0 || ^22.13.0 || >=24.0.0"
  },
  "type": "module",
  "homepage": "https://github.com/Mereithhh/very-happy",
  "bugs": "https://github.com/Mereithhh/very-happy/issues",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Mereithhh/very-happy.git"
  },
  "bin": {
    "very-happy": "./bin/very-happy.mjs",
    "very-happy-mcp": "./bin/very-happy-mcp.mjs"
  },
  "main": "./dist/index.cjs",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.cts",
  "exports": {
    "./pi-extension": {
      "types": "./dist/piExtension.d.mts",
      "default": "./dist/piExtension.mjs"
    },
    ".": {
      "require": {
        "types": "./dist/index.d.cts",
        "default": "./dist/index.cjs"
      },
      "import": {
        "types": "./dist/index.d.mts",
        "default": "./dist/index.mjs"
      }
    },
    "./lib": {
      "require": {
        "types": "./dist/lib.d.cts",
        "default": "./dist/lib.cjs"
      },
      "import": {
        "types": "./dist/lib.d.mts",
        "default": "./dist/lib.mjs"
      }
    },
    "./codex/happyMcpStdioBridge": {
      "require": {
        "types": "./dist/codex/happyMcpStdioBridge.d.cts",
        "default": "./dist/codex/happyMcpStdioBridge.cjs"
      },
      "import": {
        "types": "./dist/codex/happyMcpStdioBridge.d.mts",
        "default": "./dist/codex/happyMcpStdioBridge.mjs"
      }
    }
  },
  "files": [
    "dist",
    "bin",
    "scripts",
    "tools/licenses",
    "package.json",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "typecheck": "tsc --noEmit",
    "bundle:server": "node scripts/bundle-server.cjs",
    "bundle:server:all": "node scripts/bundle-server.cjs --all-platforms",
    "bundle:webapp": "node scripts/bundle-webapp.cjs",
    "build": "node -e \"require('node:fs').rmSync('dist', { recursive: true, force: true })\" && tsc --noEmit && pkgroll",
    "test": "pnpm run build && vitest run --project unit",
    "test:integration": "pnpm run build && vitest run --project integration-empty --project integration-plan-mode --project integration-authenticated",
    "cli:install": "node scripts/install-local.cjs",
    "prepublishOnly": "pnpm test",
    "postinstall": "node scripts/unpack-tools.cjs && node scripts/fix-pty-perms.cjs"
  },
  "dependencies": {
    "@agentclientprotocol/sdk": "^0.14.1",
    "@anthropic-ai/claude-agent-sdk": "0.3.267",
    "@anthropic-ai/sandbox-runtime": "^0.0.37",
    "@modelcontextprotocol/sdk": "1.30.0",
    "@noble/ed25519": "^3.0.0",
    "@noble/hashes": "^2.0.1",
    "@paralleldrive/cuid2": "^2.2.2",
    "@stablelib/base64": "^2.0.1",
    "@stablelib/hex": "^2.0.1",
    "@types/cross-spawn": "^6.0.6",
    "@types/http-proxy": "^1.17.17",
    "@types/react": "^19.2.7",
    "@types/tmp": "^0.2.6",
    "axios": "^1.13.2",
    "chalk": "^5.6.2",
    "cross-spawn": "^7.0.6",
    "expo-server-sdk": "^3.15.0",
    "fastify": "5.8.5",
    "fastify-type-provider-zod": "^6.1.0",
    "http-proxy": "^1.18.1",
    "http-proxy-middleware": "^3.0.7",
    "ink": "^6.5.1",
    "inquirer": "^13.2.2",
    "node-pty": "^1.0.0",
    "open": "^10.2.0",
    "ps-list": "^8.1.1",
    "react": "^19.2.0",
    "socket.io-client": "^4.8.1",
    "tar": "^7.5.22",
    "tmp": "^0.2.7",
    "tweetnacl": "^1.0.3",
    "ws": "^8.21.3",
    "zod": "^4.0.0"
  },
  "optionalDependencies": {
    "very-happy-tools-arm64-darwin": "0.2.143",
    "very-happy-tools-x64-darwin": "0.2.143",
    "very-happy-tools-arm64-linux": "0.2.143",
    "very-happy-tools-x64-linux": "0.2.143",
    "very-happy-tools-arm64-win32": "0.2.143",
    "very-happy-tools-x64-win32": "0.2.143"
  },
  "devDependencies": {
    "@slopus/happy-wire": "workspace:*",
    "@xterm/addon-serialize": "0.13.0",
    "@xterm/headless": "5.5.0",
    "@types/inquirer": "^9.0.9",
    "@types/node": ">=20",
    "@types/ws": "^8.18.1",
    "cross-env": "^10.1.0",
    "dotenv": "^16.6.1",
    "pkgroll": "^2.14.2",
    "ts-node": "^10",
    "tsx": "^4.20.6",
    "typescript": "5.9.3",
    "vitest": "3.2.6"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org"
  },
  "packageManager": "pnpm@10.11.0"
}
