{
  "name": "@cucumber/cucumber-expressions",
  "version": "20.0.0",
  "description": "Cucumber Expressions - a simpler alternative to Regular Expressions",
  "type": "module",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "tsc --project tsconfig.build.json && cp ../README.md dist",
    "postbuild": "node -e \"require('.')\"",
    "test": "mocha",
    "stryker": "cross-env CUCUMBER_EXPRESSIONS_TEST_DATA_DIR=$(pwd)/../testdata stryker run",
    "prepublishOnly": "npm run build",
    "fix": "biome check --fix --error-on-warnings",
    "lint": "biome check --error-on-warnings"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/cucumber/cucumber-expressions.git"
  },
  "keywords": [
    "cucumber",
    "steps",
    "regexp",
    "regex"
  ],
  "author": "Cucumber Limited <cukes@googlegroups.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/cucumber/cucumber-expressions/issues"
  },
  "homepage": "https://github.com/cucumber/cucumber-expressions#readme",
  "devDependencies": {
    "@biomejs/biome": "^2.4.13",
    "@cucumber/biome-config": "github:cucumber/biome-config#v0.2.1",
    "@stryker-mutator/core": "9.6.1",
    "@stryker-mutator/mocha-runner": "9.6.1",
    "@tsconfig/recommended": "^1.0.13",
    "@types/glob": "9.0.0",
    "@types/js-yaml": "4.0.9",
    "@types/mocha": "10.0.10",
    "@types/node": "^22.19.19",
    "cross-env": "10.1.0",
    "esbuild": "0.28.0",
    "glob": "13.0.6",
    "js-yaml": "4.2.0",
    "mocha": "11.7.6",
    "ts-node": "10.9.2",
    "typescript": "6.0.3"
  },
  "dependencies": {
    "regexp-match-indices": "1.0.2"
  },
  "directories": {
    "test": "test"
  }
}
