{
  "name": "stucumber",
  "version": "0.19.0",
  "description": "A Gherkin parser and Cucumber-like implementation for JavaScript",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "test": "jest --config=jest.config.json --no-cache",
    "prepublish": "grunt"
  },
  "author": "Stewart MacKenzie-Leigh",
  "license": "ISC",
  "devDependencies": {
    "@types/jest": "^21.1.8",
    "@types/node": "^8.0.57",
    "@types/source-map": "^0.5.2",
    "grunt": "^1.0.1",
    "grunt-contrib-clean": "^1.1.0",
    "grunt-peg": "^2.0.1",
    "grunt-ts": "^6.0.0-beta.17",
    "jest": "^21.2.1",
    "load-grunt-tasks": "^3.5.2",
    "ts-jest": "^21.2.4",
    "typescript": "^2.6.2"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/stewartml/stucumber.git"
  },
  "keywords": [
    "cucumber",
    "gherkin",
    "test",
    "testing"
  ],
  "bugs": {
    "url": "https://github.com/stewartml/stucumber/issues"
  },
  "homepage": "https://github.com/stewartml/stucumber#readme",
  "dependencies": {
    "promise.prototype.finally": "^3.1.0",
    "source-map": "^0.6.1"
  }
}
