UNPKG

gherkin

Version:
50 lines (49 loc) 1.25 kB
{ "name": "gherkin", "version": "9.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.12.16", "mocha": "^6.2.2", "nyc": "^14.1.1", "prettier": "^1.19.1", "ts-node": "^8.5.4", "tslint": "^5.20.1", "tslint-config-prettier": "^1.18.0", "tslint-plugin-prettier": "^2.0.1", "typescript": "^3.7.3" }, "dependencies": { "commander": "^4.0.1", "cucumber-messages": "8.0.0", "source-map-support": "^0.5.16" } }