{
  "name": "@cucumber/tag-expressions",
  "version": "10.0.0",
  "description": "Cucumber Tag Expression parser",
  "type": "module",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "tsc --project tsconfig.build.json",
    "postbuild": "node -e \"require('.')\"",
    "test": "mocha",
    "stryker": "NODE_OPTIONS=\"--loader ts-node/esm\" TAG_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/tag-expressions.git"
  },
  "keywords": [
    "cucumber"
  ],
  "author": "Cucumber Limited <cukes@googlegroups.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/cucumber/tag-expressions/issues"
  },
  "homepage": "https://github.com/cucumber/tag-expressions",
  "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",
    "@stryker-mutator/typescript-checker": "9.6.1",
    "@tsconfig/recommended": "^1.0.13",
    "@types/js-yaml": "^4.0.3",
    "@types/mocha": "10.0.10",
    "@types/node": "^22",
    "js-yaml": "^4.1.0",
    "mocha": "11.7.6",
    "pretty-quick": "4.2.2",
    "ts-node": "10.9.2",
    "typescript": "6.0.3"
  },
  "directories": {
    "test": "test"
  }
}
