{
  "name": "replicas-cli",
  "version": "0.2.286",
  "description": "CLI for managing Replicas workspaces - SSH into cloud dev environments with automatic port forwarding",
  "main": "dist/index.mjs",
  "bin": {
    "replicas": "./dist/index.mjs"
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "tsup",
    "dev": "bun run src/index.ts",
    "dev-pack": "bun run build && node scripts/pack-dev-tarball.mjs",
    "start": "bun dist/index.mjs",
    "prepublishOnly": "bun run build"
  },
  "keywords": [
    "cli",
    "replicas",
    "workspace",
    "dev-environment",
    "ssh",
    "cloud",
    "vm",
    "remote-development"
  ],
  "author": "Replicas",
  "license": "MIT",
  "homepage": "https://tryreplicas.com",
  "repository": {
    "type": "git",
    "url": "https://github.com/connortbot/replicas.git",
    "directory": "cli"
  },
  "dependencies": {
    "@opentui/core": "^0.1.92",
    "@opentui/react": "^0.1.92",
    "@supabase/supabase-js": "^2.39.0",
    "@tanstack/react-query": "^5.95.2",
    "@types/prompts": "^2.4.9",
    "chalk": "^4.1.2",
    "commander": "^12.0.0",
    "dotenv": "^17.2.3",
    "figlet": "^1.9.3",
    "open": "^8.4.2",
    "opentui-spinner": "^0.0.6",
    "prompts": "^2.4.2",
    "react": "^19.2.4",
    "tslib": "^2.6.2"
  },
  "devDependencies": {
    "@replicas/shared": "*",
    "@types/node": "^20.11.0",
    "@types/react": "^19.2.14",
    "tsup": "^8.5.0",
    "tsx": "^4.7.0",
    "typescript": "^5.3.3"
  }
}
