{
    "name": "@cucumber/gherkin-streams",
    "version": "6.0.0",
    "description": "Streams for reading Gherkin parser output",
    "main": "dist/src/index.js",
    "types": "dist/src/index.d.ts",
    "bin": {
        "gherkin-javascript": "bin/gherkin"
    },
    "repository": {
        "type": "git",
        "url": "git://github.com/cucumber/gherkin-streams.git"
    },
    "author": "Cucumber Limited <cukes@googlegroups.com>",
    "license": "MIT",
    "scripts": {
        "test": "mocha",
        "build": "tsc --build tsconfig.build.json",
        "prepublishOnly": "npm run build",
        "fix": "eslint --max-warnings 0 --fix src test && prettier --write src test",
        "lint": "eslint --max-warnings 0 src test && prettier --check src test"
    },
    "dependencies": {
        "commander": "14.0.0",
        "source-map-support": "0.5.21"
    },
    "devDependencies": {
        "@cucumber/gherkin": "^34.0.0",
        "@cucumber/message-streams": "^4.0.1",
        "@cucumber/messages": "^29.0.0",
        "@eslint/compat": "^1.2.7",
        "@eslint/eslintrc": "^3.3.0",
        "@eslint/js": "^9.21.0",
        "@types/mocha": "10.0.10",
        "@types/node": "22.18.1",
        "@typescript-eslint/eslint-plugin": "^8.43.0",
        "@typescript-eslint/parser": "^8.43.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",
        "globals": "^16.0.0",
        "mocha": "11.7.2",
        "nyc": "17.1.0",
        "prettier": "^3.5.2",
        "ts-node": "^10.7.0",
        "typescript": "5.9.2"
    },
    "peerDependencies": {
        "@cucumber/gherkin": ">=22.0.0",
        "@cucumber/message-streams": ">=4.0.0",
        "@cucumber/messages": ">=17.1.1"
    },
    "bugs": {
        "url": "https://github.com/cucumber/gherkin-streams/issues"
    },
    "homepage": "https://github.com/cucumber/gherkin-streams#readme",
    "directories": {
        "test": "test"
    },
    "keywords": []
}
