{
  "name": "@testingbot/cli",
  "version": "1.4.0",
  "description": "CLI tool to run Espresso, XCUITest and Maestro tests on TestingBot's cloud infrastructure",
  "main": "dist/index.js",
  "bin": {
    "testingbot": "dist/index.js"
  },
  "files": [
    "dist",
    "README.md"
  ],
  "engines": {
    "node": ">=20"
  },
  "scripts": {
    "lint": "prettier --check '**/*.{js,ts}' && eslint src/",
    "build": "tsc",
    "clean": "node -e \"require('fs').rmSync('dist', {recursive: true, force: true})\"",
    "start": "node dist/index.js",
    "format": "prettier --write '**/*.{js,ts}'",
    "test": "jest",
    "test:coverage": "jest --coverage"
  },
  "keywords": [
    "testingbot",
    "mobile-testing",
    "espresso",
    "xcuitest",
    "maestro",
    "android",
    "ios",
    "test-automation",
    "cloud-testing",
    "cli",
    "real-devices",
    "emulators",
    "simulators"
  ],
  "author": "TestingBot",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/testingbot/testingbotctl.git"
  },
  "homepage": "https://testingbot.com",
  "bugs": {
    "url": "https://github.com/testingbot/testingbotctl/issues"
  },
  "dependencies": {
    "archiver": "^7.0.1",
    "axios": "^1.13.2",
    "commander": "^14.0.2",
    "file-type": "^21.1.1",
    "form-data": "^4.0.5",
    "glob": "^13.0.0",
    "js-yaml": "^4.1.1",
    "picocolors": "^1.1.1",
    "progress-stream": "^2.0.0",
    "socket.io-client": "^4.8.1",
    "testingbot-tunnel-launcher": "^1.1.18",
    "tracer": "^1.3.0"
  },
  "devDependencies": {
    "@eslint/js": "^10.0.1",
    "@tsconfig/node20": "^20.1.8",
    "@types/archiver": "^7.0.0",
    "@types/jest": "^30.0.0",
    "@types/js-yaml": "^4.0.9",
    "@types/node": "^25.4.0",
    "@types/progress-stream": "^2.0.5",
    "babel-jest": "^30.3.0",
    "eslint": "^10.0.3",
    "eslint-config-prettier": "^10.1.8",
    "eslint-plugin-prettier": "^5.5.4",
    "jest": "^30.3.0",
    "prettier": "^3.7.4",
    "ts-jest": "^29.4.6",
    "typescript": "^5.9.3",
    "typescript-eslint": "^8.48.1"
  }
}
