{
  "name": "@empiricalrun/reporter",
  "version": "0.28.1",
  "publishConfig": {
    "registry": "https://registry.npmjs.org/",
    "access": "public"
  },
  "main": "dist/index.js",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "default": "./dist/index.js"
    },
    "./shard-info-reporter": {
      "types": "./dist/shard-info-reporter.d.ts",
      "default": "./dist/shard-info-reporter.js"
    },
    "./glob-matcher": {
      "types": "./dist/glob-matcher.d.ts",
      "default": "./dist/glob-matcher.js"
    }
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/empirical-run/empirical.git"
  },
  "author": "Empirical Team <hey@empirical.run>",
  "devDependencies": {
    "@playwright/test": "1.57.0",
    "@types/node": "^20.13.0",
    "@empiricalrun/shared-types": "0.12.1"
  },
  "dependencies": {
    "minimatch": "^10.0.1"
  },
  "scripts": {
    "dev": "tsc --build --watch",
    "build": "tsc --build",
    "clean": "tsc --build --clean",
    "lint": "biome check --unsafe",
    "test": "vitest run",
    "test:watch": "vitest"
  }
}