{
  "name": "@replayio/jest",
  "version": "0.3.12",
  "description": "Configuration utilities for using capturing metadata from Jest for Replay browsers",
  "main": "./dist/index.js",
  "bin": {
    "replayio-jest": "./bin.js"
  },
  "exports": {
    ".": "./dist/index.js",
    "./runner": "./dist/runner.js",
    "./package.json": "./package.json"
  },
  "files": [
    "dist",
    "*.js",
    "*.d.ts"
  ],
  "scripts": {
    "prepare": "yarn run build",
    "build": "pkg-build",
    "test": "echo \"Error: no test specified\"",
    "typecheck": "tsc --noEmit"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/replayio/replay-cli.git"
  },
  "author": "",
  "license": "BSD-3-Clause",
  "bugs": {
    "url": "https://github.com/replayio/replay-cli/issues"
  },
  "homepage": "https://github.com/replayio/replay-cli/blob/main/packages/jest/README.md",
  "devDependencies": {
    "@jest/reporters": "^27.5.1",
    "@jest/test-result": "^27.5.1",
    "@jest/types": "^27.5.1",
    "@replay-cli/pkg-build": "^0.0.0",
    "@replay-cli/shared": "^0.0.0",
    "@replay-cli/tsconfig": "^0.0.0",
    "@replayio/test-utils": "^0.0.0",
    "@types/node": "^20.11.27",
    "@types/stack-utils": "^2.0.3",
    "turbo": "^2.0.5",
    "typescript": "^5.5.2"
  },
  "dependencies": {
    "@jest/environment": "^27.5.1",
    "@jest/test-result": "^27.5.1",
    "@jest/types": "^27.5.1",
    "debug": "^4.3.4",
    "fs-extra": "^11.2.0",
    "https-proxy-agent": "^7.0.6",
    "is-uuid": "^1.0.2",
    "jest-circus": "^27.5.1",
    "jest-environment-node": "^27.5.1",
    "jest-runtime": "^27.5.1",
    "jsonata": "^1.8.6",
    "mixpanel": "^0.18.0",
    "node-fetch": "^2.6.7",
    "p-map": "^4.0.0",
    "sha-1": "^1.0.0",
    "stack-utils": "^2.0.6",
    "superstruct": "^1.0.4",
    "undici": "^5.28.4",
    "uuid": "^8.3.2",
    "winston": "^3.13.0",
    "winston-loki": "^6.1.2",
    "ws": "^8.14.2"
  },
  "@replay-cli/pkg-build": {
    "entrypoints": [
      "./src/bin.ts",
      "./src/index.ts",
      "./src/runner.ts"
    ]
  }
}