{
  "name": "@jest-automation/cucumber",
  "version": "0.0.3",
  "license": "MIT",
  "homepage": "https://bendat.github.io/jest-automation/docs/cucumber/intro",
  "keywords": [
    "jest",
    "cucumber",
    "automation",
    "gherkin",
    "bdd",
    "testing"
  ],
  "dependencies": {
    "@cucumber/cucumber-expressions": "^16.0.0",
    "@jest-automation/console": "^0.0.6",
    "@jest-automation/shared-utilities": "^0.0.5",
    "@jest-automation/store": "^0.0.3",
    "reflect-metadata": "^0.1.13",
    "tsyringe": "^4.7.0"
  },
  "devDependencies": {
    "@jest/types": "^29.0.2"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/Bendat/jest-automation/"
  },
  "main": "./src/index.js",
  "typings": "./src/index.d.ts",
  "peerDependencies": {
    "get-current-line": "^6.6.0",
    "ansi-colors": "^4.1.3",
    "tslib": "^2.3.0",
    "@cucumber/gherkin": "^24.0.0",
    "project-root-directory": "^1.0.3",
    "dotenv": "^16.0.2"
  }
}
