UNPKG

@cucumber/gherkin

Version:
51 lines (50 loc) 1.51 kB
{ "name": "@cucumber/gherkin", "version": "39.1.0", "description": "Gherkin parser", "main": "dist/src/index.js", "types": "dist/src/index.d.ts", "scripts": { "build:cjs": "tsc --build tsconfig.build-cjs.json", "build:esm": "tsc --build tsconfig.build-esm.json", "build:legacy": "tsc --build tsconfig.build.json", "build": "npm run build:cjs && npm run build:esm && npm run build:legacy", "clean": "npm run clean-tsc && rm -rf node_modules package-lock.json acceptance && rm -rf node_modules package-lock.json", "clean-tsc": "rm -rf dist", "test": "mocha", "fix": "biome check --fix --error-on-warnings", "lint": "biome check --error-on-warnings", "prepublishOnly": "tsc --build tsconfig.build.json" }, "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.1.0", "@types/mocha": "10.0.10", "@types/node": "22.19.17", "commander": "^14.0.0", "core-js": "3.49.0", "mocha": "11.7.5", "ts-node": "10.9.2", "typescript": "5.9.3" }, "dependencies": { "@cucumber/messages": ">=31.0.0 <33" }, "directories": { "test": "test" } }