UNPKG

@cucumber/gherkin

Version:
48 lines (47 loc) 1.21 kB
{ "name": "@cucumber/gherkin", "version": "42.0.1", "description": "Gherkin parser", "type": "module", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "tsc --project tsconfig.build.json", "test": "mocha", "fix": "biome check --fix --error-on-warnings", "lint": "biome check --error-on-warnings", "postbuild": "node -e \"require('.')\"", "prepublishOnly": "npm run build" }, "repository": { "type": "git", "url": "git+https://github.com/cucumber/gherkin.git" }, "keywords": [ "gherkin", "cucumber" ], "author": "Aslak Hellesøy", "license": "MIT", "bugs": { "url": "https://github.com/cucumber/gherkin/issues" }, "homepage": "https://github.com/cucumber/gherkin", "devDependencies": { "@biomejs/biome": "^2.4.13", "@cucumber/biome-config": "github:cucumber/biome-config#v0.6.0", "@tsconfig/recommended": "^1.0.13", "@types/mocha": "10.0.10", "@types/node": "^22.19.19", "commander": "^15.0.0", "mocha": "11.8.0", "tsx": "^4.23.5", "typescript": "7.0.2" }, "dependencies": { "@cucumber/messages": ">=34.0.0 <35" }, "directories": { "test": "test" } }