{
  "name": "@basementuniverse/cucumber-tsflow",
  "description": "Provides 'specflow' like bindings for CucumberJS 7.0.0+ in TypeScript 1.7+, with additional hooks",
  "version": "4.0.0",
  "author": "Tim Roberts <tim@timjroberts.com>",
  "license": "MIT",
  "main": "./dist",
  "keywords": [
    "testing",
    "bdd",
    "cucumber",
    "gherkin",
    "tests",
    "typescript",
    "specflow"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/basementuniverse/cucumber-tsflow.git"
  },
  "dependencies": {
    "callsites": "^3.1.0",
    "log4js": "^6.3.0",
    "source-map-support": "^0.5.19",
    "underscore": "^1.8.3"
  }
}
