{
  "name": "@cucumber/html-formatter",
  "version": "23.1.0",
  "description": "HTML formatter for Cucumber",
  "main": "dist/src/index.js",
  "types": "dist/src/index.d.ts",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/cucumber/html-formatter.git"
  },
  "author": "Aslak Hellesøy",
  "license": "MIT",
  "scripts": {
    "clean": "shx rm -rf dist",
    "build:tsc": "tsc --build tsconfig.build.json",
    "build:webpack": "webpack",
    "build": "npm run clean && npm run build:tsc && npm run prepare && npm run build:webpack",
    "prepare": "shx mkdir -p dist/src && shx cp src/*.scss dist/src && shx cp src/index.mustache dist/src && shx cp src/icon.url dist/src",
    "test": "mocha",
    "prepublishOnly": "npm run build",
    "fix": "biome check --fix --error-on-warnings",
    "lint": "biome check --error-on-warnings",
    "acceptance:local": "docker compose run --rm playwright",
    "acceptance:update": "docker compose run --rm playwright npx playwright test --update-snapshots"
  },
  "peerDependencies": {
    "@cucumber/messages": ">=18"
  },
  "devDependencies": {
    "@babel/core": "7.29.0",
    "@biomejs/biome": "^2.4.11",
    "@cucumber/biome-config": "github:cucumber/biome-config#v0.1.0",
    "@cucumber/compatibility-kit": "^29.1.4",
    "@cucumber/gherkin": "39.0.0",
    "@cucumber/gherkin-streams": "^6.0.0",
    "@cucumber/gherkin-utils": "^11.0.0",
    "@cucumber/message-streams": "4.1.1",
    "@cucumber/messages": "32.3.0",
    "@cucumber/query": "15.0.1",
    "@cucumber/react-components": "24.3.0",
    "@playwright/test": "1.59.1",
    "@types/glob": "^9.0.0",
    "@types/mocha": "10.0.10",
    "@types/node": "22.19.17",
    "@types/react": "19.2.14",
    "@types/react-dom": "19.2.3",
    "babel-loader": "10.1.1",
    "css-loader": "7.1.4",
    "glob": "^13.0.0",
    "mini-css-extract-plugin": "2.10.2",
    "mocha": "11.7.5",
    "react": "19.2.5",
    "react-dom": "19.2.5",
    "sass": "1.99.0",
    "sass-loader": "16.0.7",
    "serve": "^14.2.4",
    "shx": "^0.4.0",
    "source-map-support": "0.5.21",
    "ts-loader": "9.5.7",
    "ts-node": "10.9.2",
    "typescript": "5.9.3",
    "webpack": "5.106.1",
    "webpack-cli": "7.0.2"
  },
  "bugs": {
    "url": "https://github.com/cucumber/html-formatter/issues"
  },
  "homepage": "https://github.com/cucumber/html-formatter#readme",
  "directories": {
    "test": "test"
  },
  "keywords": []
}
