UNPKG

@cucumber/gherkin-utils

Version:
73 lines (72 loc) 2.1 kB
{ "name": "@cucumber/gherkin-utils", "version": "9.2.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", "eslint-fix": "eslint --ext ts,tsx --max-warnings 0 --fix src", "eslint": "eslint --ext ts,tsx --max-warnings 0 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": "^17.0.0", "@cucumber/gherkin-streams": "^5.0.1", "@cucumber/message-streams": "^4.0.1", "@types/mocha": "10.0.10", "@types/node": "22.13.0", "@typescript-eslint/eslint-plugin": "8.22.0", "@typescript-eslint/parser": "8.22.0", "ajv": "8.17.1", "ajv-cli": "5.0.0", "eslint": "8.57.1", "eslint-config-prettier": "10.0.1", "eslint-plugin-import": "2.31.0", "eslint-plugin-n": "17.15.1", "eslint-plugin-prettier": "5.2.3", "eslint-plugin-react": "7.37.4", "eslint-plugin-react-hooks": "5.1.0", "eslint-plugin-simple-import-sort": "12.1.1", "fast-glob": "3.3.3", "mocha": "11.1.0", "prettier": "3.4.2", "pretty-quick": "4.0.0", "rimraf": "^6.0.0", "ts-node": "10.9.2", "tsconfig-paths": "4.2.0", "typescript": "5.7.3" }, "dependencies": { "@cucumber/gherkin": "^31.0.0", "@cucumber/messages": "^27.0.0", "@teppeis/multimaps": "3.0.0", "commander": "13.1.0", "source-map-support": "^0.5.21" }, "directories": { "test": "test" }, "prettier": { "trailingComma": "es5", "semi": false, "singleQuote": true, "printWidth": 100 } }