{
  "name": "@cucumber/query",
  "version": "16.0.1",
  "description": "Cucumber Query - query messages",
  "type": "module",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "tsc -p 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",
    "prepublishOnly": "tsc -p tsconfig.build.json"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/cucumber/query.git"
  },
  "keywords": [
    "cucumber"
  ],
  "author": "Cucumber Limited <cukes@googlegroups.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/cucumber/query/issues"
  },
  "homepage": "https://github.com/cucumber/query#readme",
  "devDependencies": {
    "@biomejs/biome": "^2.4.13",
    "@cucumber/biome-config": "github:cucumber/biome-config#v0.3.0",
    "@cucumber/message-streams": "^5.0.0",
    "@cucumber/messages": "33.0.3",
    "@tsconfig/recommended": "^1.0.13",
    "@types/lodash.sortby": "^4.7.9",
    "@types/mocha": "10.0.10",
    "@types/node": "22.20.0",
    "ajv": "8.20.0",
    "ajv-cli": "5.0.0",
    "glob": "^13.0.0",
    "mocha": "11.7.6",
    "pretty-quick": "4.2.2",
    "rimraf": "^6.0.0",
    "ts-node": "10.9.2",
    "tsconfig-paths": "4.2.0",
    "typescript": "6.0.3"
  },
  "peerDependencies": {
    "@cucumber/messages": "*"
  },
  "dependencies": {
    "@teppeis/multimaps": "3.0.0",
    "lodash.sortby": "^4.7.0"
  }
}
