{
  "name": "racejar",
  "version": "2.0.11",
  "description": "A testing framework agnostic Gherkin driver",
  "keywords": [
    "cucumber",
    "gherkin",
    "jest",
    "test",
    "vitest"
  ],
  "homepage": "https://www.sanity.io/",
  "bugs": {
    "url": "https://github.com/portabletext/editor/issues"
  },
  "license": "MIT",
  "author": "Sanity.io <hello@sanity.io>",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/portabletext/editor.git",
    "directory": "packages/racejar"
  },
  "files": [
    "dist"
  ],
  "type": "module",
  "sideEffects": false,
  "main": "./dist/index.js",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": "./dist/index.js",
    "./jest": "./dist/jest/index.js",
    "./playwright": "./dist/playwright/index.js",
    "./vitest": "./dist/vitest/index.js",
    "./package.json": "./package.json"
  },
  "dependencies": {
    "@cucumber/cucumber-expressions": "^20.0.0",
    "@cucumber/gherkin": "^41.0.0",
    "@cucumber/messages": "^34.0.1"
  },
  "devDependencies": {
    "@jest/globals": "^30.3.0",
    "@playwright/test": "^1.62.1",
    "@sanity/pkg-utils": "^12.1.0",
    "@sanity/tsconfig": "^2.1.0",
    "typescript": "6.0.3",
    "vite": "^8.2.0",
    "vitest": "^4.1.10"
  },
  "peerDependencies": {
    "@jest/globals": "^30.3.0",
    "@playwright/test": "^1.62.1",
    "vitest": "^4.1.10"
  },
  "engines": {
    "node": ">=20.19 <22 || >=22.12"
  },
  "scripts": {
    "build": "pkg-utils build --strict --check",
    "check:lint": "biome lint .",
    "check:types": "tsc",
    "check:types:watch": "tsc --watch",
    "clean": "del .turbo && del dist && del node_modules",
    "dev": "pkg-utils watch",
    "lint:fix": "biome lint --write .",
    "test": "vitest --run",
    "test:watch": "vitest"
  }
}