{
  "name": "replayio",
  "version": "1.8.2",
  "description": "CLI tool for uploading and managing recordings",
  "bin": "./bin.js",
  "exports": {
    "./package.json": "./package.json"
  },
  "engines": {
    "node": ">=18"
  },
  "scripts": {
    "build": "pkg-build",
    "lint": "prettier --write .",
    "test": "jest --ci",
    "typecheck": "tsc --noEmit"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/replayio/replay-cli.git"
  },
  "license": "BSD-3-Clause",
  "bugs": {
    "url": "https://github.com/replayio/replay-cli/issues"
  },
  "files": [
    "dist",
    "replayio.js"
  ],
  "homepage": "https://github.com/replayio/replay-cli/blob/main/packages/replayio/README.md",
  "dependencies": {
    "@replayio/protocol": "^0.71.0",
    "@replayio/sourcemap-upload": "^2.0.6",
    "@types/semver": "^7.5.6",
    "assert": "latest",
    "bvaughn-enquirer": "2.4.2",
    "chalk": "^4.1.2",
    "cli-spinners": "^2.9.2",
    "commander": "^12.0.0",
    "date-fns": "^2.28.0",
    "debug": "^4.3.4",
    "find-process": "^1.4.7",
    "fs-extra": "latest",
    "https-proxy-agent": "^7.0.6",
    "inquirer": "^8.0.0",
    "is-uuid": "^1.0.2",
    "jsonata": "^1.8.6",
    "log-update": "^4",
    "mixpanel": "^0.18.0",
    "open": "^8.4.2",
    "pretty-ms": "^7.0.1",
    "query-registry": "^2.6.0",
    "semver": "^7.5.4",
    "stack-utils": "^2.0.6",
    "strip-ansi": "^6.0.1",
    "superstruct": "^1.0.4",
    "table": "^6.8.2",
    "undici": "^5.28.4",
    "uuid": "^8.3.2",
    "winston": "^3.13.0",
    "winston-loki": "^6.1.2",
    "ws": "^7.5.0"
  },
  "devDependencies": {
    "@replay-cli/pkg-build": "^0.0.0",
    "@replay-cli/shared": "^0.0.0",
    "@replay-cli/tsconfig": "^0.0.0",
    "@types/debug": "^4.1.7",
    "@types/fs-extra": "latest",
    "@types/inquirer": "^9",
    "@types/jest": "^28.1.5",
    "@types/stack-utils": "^2.0.3",
    "@types/table": "^6.3.2",
    "@types/ws": "^8.5.10",
    "jest": "^28.1.3",
    "prettier": "^2.7.1",
    "ts-jest": "^28.0.6",
    "turbo": "^2.0.5",
    "typescript": "^5.5.2"
  },
  "@replay-cli/pkg-build": {
    "entrypoints": [
      "./src/bin.ts"
    ]
  }
}