{
  "name": "@cucumber/gherkin-utils",
  "version": "11.0.0",
  "description": "Various Gherkin utilities",
  "main": "dist/src/index.js",
  "types": "dist/src/index.d.ts",
  "bin": "bin/gherkin-utils",
  "scripts": {
    "build": "tsc --build tsconfig.build.json && cp ../README.md dist",
    "clean": "rm -rf dist",
    "fix": "eslint --max-warnings 0 --fix src && prettier --write src",
    "lint": "eslint --max-warnings 0 src && prettier --check src",
    "test": "mocha",
    "prepublishOnly": "tsc --build tsconfig.build.json"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/cucumber/gherkin-utils.git"
  },
  "keywords": [
    "cucumber"
  ],
  "author": "Cucumber Limited <cukes@googlegroups.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/cucumber/gherkin-utils/issues"
  },
  "homepage": "https://github.com/cucumber/gherkin-utils",
  "devDependencies": {
    "@cucumber/compatibility-kit": "^27.0.0",
    "@cucumber/gherkin-streams": "^6.0.0",
    "@cucumber/message-streams": "^4.0.1",
    "@eslint/compat": "^2.0.0",
    "@eslint/eslintrc": "^3.3.0",
    "@eslint/js": "^9.21.0",
    "@types/mocha": "10.0.10",
    "@types/node": "22.19.7",
    "@typescript-eslint/eslint-plugin": "^8.43.0",
    "@typescript-eslint/parser": "^8.43.0",
    "ajv": "8.17.1",
    "ajv-cli": "5.0.0",
    "eslint": "^9.21.0",
    "eslint-plugin-import": "^2.31.0",
    "eslint-plugin-n": "^17.15.1",
    "eslint-plugin-simple-import-sort": "^12.1.1",
    "fast-glob": "3.3.3",
    "globals": "^17.0.0",
    "mocha": "11.7.5",
    "prettier": "^3.5.2",
    "pretty-quick": "4.2.2",
    "rimraf": "^6.0.0",
    "ts-node": "10.9.2",
    "tsconfig-paths": "4.2.0",
    "typescript": "5.9.3"
  },
  "dependencies": {
    "@cucumber/gherkin": "^38.0.0",
    "@cucumber/messages": "^32.0.0",
    "@teppeis/multimaps": "3.0.0",
    "commander": "14.0.2",
    "source-map-support": "^0.5.21"
  },
  "directories": {
    "test": "test"
  },
  "prettier": {
    "trailingComma": "es5",
    "semi": false,
    "singleQuote": true,
    "printWidth": 100
  }
}
