{
  "name": "cucumber-tsflow",
  "description": "Provides 'specflow' like bindings for CucumberJS 7.0.0+ in TypeScript 1.7+.",
  "version": "4.6.1",
  "author": "Tim Roberts <tim@timjroberts.com>",
  "maintainers": [
    {
      "name": "Luiz Ferraz",
      "email": "luiz@lferraz.com",
      "url": "https://github.com/Fryuni"
    }
  ],
  "license": "MIT",
  "main": "./dist",
  "keywords": [
    "testing",
    "bdd",
    "cucumber",
    "gherkin",
    "tests",
    "typescript",
    "specflow"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/timjroberts/cucumber-js-tsflow.git"
  },
  "dependencies": {
    "log4js": "^6.3.0",
    "source-map-support": "^0.5.19",
    "underscore": "^1.8.3"
  },
  "peerDependencies": {
    "@cucumber/cucumber": "^7 || ^8 || ^9 || ^10 || ^11 || ^12"
  }
}
