UNPKG

gherkin

Version:
48 lines (47 loc) 1.18 kB
{ "name": "gherkin", "version": "8.0.0", "description": "Gherkin parser", "main": "dist/src/index.js", "types": "dist/src/index.d.ts", "bin": { "gherkin-javascript": "bin/gherkin" }, "scripts": { "test": "mocha", "lint": "tslint src/**/*.ts test/**/*.ts", "lint-fix": "tslint --fix src/**/*.ts test/**/*.ts", "coverage": "nyc --reporter=html --reporter=text mocha", "build": "tsc", "prepublishOnly": "npm run build" }, "repository": { "type": "git", "url": "https://github.com/cucumber/gherkin-javascript" }, "keywords": [ "gherkin", "cucumber" ], "author": "Aslak Hellesøy", "license": "MIT", "bugs": { "url": "https://github.com/cucumber/cucumber/issues" }, "homepage": "https://github.com/cucumber/gherkin-javascript", "devDependencies": { "@types/mocha": "^5.2.7", "@types/node": "^12.7.9", "mocha": "^6.2.1", "nyc": "^14.1.1", "prettier": "^1.18.2", "ts-node": "^8.4.1", "tslint": "^5.20.0", "tslint-config-prettier": "^1.18.0", "tslint-plugin-prettier": "^2.0.1", "typescript": "^3.6.3" }, "dependencies": { "cucumber-messages": "6.0.1" } }