{
  "name": "@empiricalrun/test-gen",
  "version": "0.81.2",
  "publishConfig": {
    "registry": "https://registry.npmjs.org/",
    "access": "public"
  },
  "bin": {
    "@empiricalrun/test-gen": "dist/bin/index.js"
  },
  "main": "dist/index.js",
  "exports": {
    "./chat": {
      "types": "./dist/agent/chat/exports.d.ts",
      "default": "./dist/agent/chat/exports.js"
    },
    "./utils": {
      "types": "./dist/utils/index.d.ts",
      "default": "./dist/utils/index.js"
    },
    "./playwright-report-parser": {
      "types": "./dist/utils/playwright-report-parser.d.ts",
      "default": "./dist/utils/playwright-report-parser.js"
    },
    ".": {
      "types": "./dist/index.d.ts",
      "default": "./dist/index.js"
    },
    "./tool-caller": {
      "types": "./dist/tools/index.d.ts",
      "default": "./dist/tools/index.js"
    },
    "./tool-executor": {
      "types": "./dist/tools/executor/index.d.ts",
      "default": "./dist/tools/executor/index.js"
    },
    "./tool-executor/types": {
      "types": "./dist/tools/executor/types.d.ts",
      "default": "./dist/tools/executor/types.js"
    },
    "./dashboard": {
      "types": "./dist/dashboard/index.d.ts",
      "default": "./dist/dashboard/index.js"
    },
    "./file-info": {
      "types": "./dist/file-info/index.d.ts",
      "default": "./dist/file-info/index.js"
    },
    "./telemetry": {
      "types": "./dist/telemetry/index.d.ts",
      "default": "./dist/telemetry/index.js"
    }
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/empirical-run/empirical.git"
  },
  "author": "Empirical Team <hey@empirical.run>",
  "dependencies": {
    "@babel/parser": "^7.26.3",
    "@commander-js/extra-typings": "^14.0.0",
    "@epic-web/totp": "^4.0.1",
    "@types/sanitize-html": "^2.11.0",
    "async-retry": "^1.3.3",
    "commander": "^14.0.2",
    "console-log-level": "^1.4.1",
    "date-fns": "^3.6.0",
    "detect-port": "^1.6.1",
    "dotenv": "^16.4.5",
    "express": "^4.19.2",
    "ignore": "^5.3.1",
    "js-yaml": "^4.1.0",
    "inquirer": "^12.4.2",
    "istextorbinary": "^9.5.0",
    "lodash.isequal": "^4.5.0",
    "mime": "3.0.0",
    "minimatch": "^10.0.1",
    "nanoid": "^5.0.7",
    "open": "^10.1.2",
    "openai": "^6.27.0",
    "ora": "^8.1.0",
    "picocolors": "^1.0.1",
    "pixelmatch": "^6.0.0",
    "prettier": "^3.2.5",
    "sanitize-html": "^2.13.0",
    "sharp": "^0.33.5",
    "ts-morph": "^23.0.0",
    "tsx": "^4.16.2",
    "typescript": "^5.3.3",
    "zod": "^4.0.1",
    "@empiricalrun/ast-parser": "^0.0.10",
    "@empiricalrun/cua": "^0.4.1",
    "@empiricalrun/dashboard-client": "^0.3.0",
    "@empiricalrun/shared-types": "0.14.0",
    "@empiricalrun/llm": "^0.27.0",
    "@empiricalrun/r2-uploader": "^0.9.1",
    "@empiricalrun/trace-utils": "^0.1.0",
    "@empiricalrun/reporter": "^0.29.1",
    "@empiricalrun/test-run": "^0.17.1",
    "videostil": "0.3.6"
  },
  "devDependencies": {
    "@playwright/test": "1.60.0",
    "@types/async-retry": "^1.4.8",
    "@types/console-log-level": "^1.4.5",
    "@types/detect-port": "^1.3.5",
    "@types/express": "^4.17.21",
    "@types/js-levenshtein": "^1.1.3",
    "@types/js-yaml": "^4.0.9",
    "@types/lodash.isequal": "^4.5.8",
    "@types/mime": "3.0.0",
    "@types/node": "^24.3.0",
    "@types/pixelmatch": "^5.2.6",
    "@types/serve-handler": "^6.1.4",
    "js-levenshtein": "^1.1.6",
    "playwright": "1.60.0",
    "serve-handler": "^6.1.6",
    "ts-patch": "^3.3.0"
  },
  "scripts": {
    "dev": "tspc --build --watch",
    "build": "tspc --build",
    "clean": "tspc --build --clean",
    "lint": "biome check --unsafe",
    "test": "vitest run",
    "test-browser": "pnpm build && npx playwright test",
    "test:watch": "vitest",
    "test:watch-files": "vitest $0 --watch"
  }
}