{
  "name": "@cucumber/pretty-formatter",
  "version": "4.0.0",
  "type": "module",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/cucumber/pretty-formatter.git",
    "directory": "javascript"
  },
  "author": "David Goss",
  "license": "MIT",
  "scripts": {
    "build": "tsc --build tsconfig.build.json",
    "clean": "rm -rf dist",
    "fix": "biome check --fix --error-on-warnings",
    "lint": "biome check --error-on-warnings",
    "postbuild": "node -e \"require('.')\"",
    "test": "mocha \"src/**/*.spec.ts\"",
    "update-expected-files": "UPDATE_EXPECTED_FILES=true npm test",
    "prepublishOnly": "tsc --build tsconfig.build.json"
  },
  "dependencies": {
    "@cucumber/query": "16.0.0",
    "luxon": "^3.7.2"
  },
  "peerDependencies": {
    "@cucumber/messages": "*"
  },
  "devDependencies": {
    "@biomejs/biome": "^2.4.13",
    "@cucumber/biome-config": "github:cucumber/biome-config#v0.2.1",
    "@cucumber/message-streams": "^5.0.0",
    "@cucumber/messages": "33.0.2",
    "@tsconfig/recommended": "^1.0.13",
    "@types/chai": "^5.0.0",
    "@types/luxon": "^3.7.1",
    "@types/mocha": "^10.0.6",
    "@types/node": "22.19.21",
    "chai": "^6.0.0",
    "globby": "^16.0.0",
    "mocha": "^11.0.0",
    "ts-node": "^10.9.1",
    "typescript": "6.0.3"
  }
}
