{
  "name": "247-cli",
  "version": "2.44.2",
  "description": "247 - Access Claude Code from anywhere 24/7",
  "keywords": [
    "claude",
    "terminal",
    "remote",
    "ai",
    "cli",
    "247",
    "quivr"
  ],
  "license": "MIT",
  "author": "Quivr",
  "repository": {
    "type": "git",
    "url": "https://github.com/QuivrHQ/247-claude-code-remote",
    "directory": "packages/cli"
  },
  "homepage": "https://247.quivr.com",
  "bugs": {
    "url": "https://github.com/QuivrHQ/247-claude-code-remote/issues"
  },
  "type": "module",
  "engines": {
    "node": ">=22.0.0"
  },
  "os": [
    "darwin",
    "linux"
  ],
  "cpu": [
    "x64",
    "arm64"
  ],
  "bin": {
    "247": "./dist/index.js"
  },
  "files": [
    "dist",
    "hooks",
    "agent",
    "README.md"
  ],
  "scripts": {
    "dev": "tsx src/index.ts",
    "build": "tsc",
    "bundle": "bash scripts/bundle.sh",
    "typecheck": "tsc --noEmit",
    "test": "vitest run",
    "test:watch": "vitest",
    "test:coverage": "vitest run --coverage",
    "test:e2e": "vitest run --config vitest.e2e.config.ts",
    "test:all": "vitest run && vitest run --config vitest.e2e.config.ts",
    "prepublishOnly": "pnpm build && pnpm bundle"
  },
  "dependencies": {
    "commander": "^12.0.0",
    "chalk": "^5.3.0",
    "ora": "^8.0.0",
    "enquirer": "^2.4.0",
    "fs-extra": "^11.2.0",
    "@homebridge/node-pty-prebuilt-multiarch": "^0.13.1",
    "better-sqlite3": "^12.5.0",
    "express": "^4.21.0",
    "ws": "^8.18.0",
    "cors": "^2.8.5",
    "http-proxy": "^1.18.1",
    "pino": "^9.6.0",
    "pino-pretty": "^13.0.0",
    "web-push": "^3.6.7"
  },
  "devDependencies": {
    "@types/better-sqlite3": "^7.6.13",
    "@types/fs-extra": "^11.0.4",
    "@types/node": "^22.10.5",
    "@types/web-push": "^3.6.4",
    "tsx": "^4.19.2",
    "typescript": "^5.7.2",
    "vitest": "^4.0.16"
  }
}
