{
  "name": "empiricalrun",
  "version": "0.15.8",
  "type": "module",
  "description": "Empirical CLI for authentication and test generation",
  "publishConfig": {
    "registry": "https://registry.npmjs.org/",
    "access": "public"
  },
  "bin": {
    "empiricalrun": "dist/bin/index.js"
  },
  "main": "dist/index.js",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "default": "./dist/index.js"
    }
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/empirical-run/empirical.git"
  },
  "author": "Empirical Team <hey@empirical.run>",
  "license": "MIT",
  "dependencies": {
    "commander": "^12.1.0",
    "markdown-to-ansi": "^1.0.0",
    "ink": "^5.2.0",
    "ink-spinner": "^5.0.0",
    "ink-text-input": "^6.0.0",
    "keytar": "^7.9.0",
    "open": "^10.1.2",
    "picocolors": "^1.0.1",
    "react": "^18.3.1",
    "@empiricalrun/dashboard-client": "^0.2.0",
    "@empiricalrun/test-gen": "0.80.1"
  },
  "devDependencies": {
    "@types/node": "^24.3.0",
    "@types/react": "^18.3.23",
    "@empiricalrun/shared-types": "0.12.1",
    "@empiricalrun/typescript-config": "0.3.0"
  },
  "scripts": {
    "dev": "tsc --build --watch",
    "build": "tsc --build",
    "clean": "tsc --build --clean",
    "lint": "biome check --unsafe",
    "test": "vitest run",
    "test:watch": "vitest"
  }
}