{
  "name": "@leanup/cli-cucumber",
  "version": "1.3.54",
  "description": "This module contains the cucumber feature for the @leanup/cli.",
  "author": "Martin Oppitz <npmjs@martinoppitz.com>",
  "homepage": "https://leanupjs.org",
  "files": [
    "lib/**",
    "template/**",
    "cucumber.js",
    "cucumber.conf.js"
  ],
  "keywords": [
    "cucumber"
  ],
  "license": "Apache-2.0",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/leanupjs/leanup.git"
  },
  "bugs": {
    "url": "https://github.com/leanupjs/leanup/issues"
  },
  "dependencies": {
    "@cucumber/cucumber": "7.3.2",
    "@cucumber/pretty-formatter": "1.0.1",
    "cucumber-html-reporter": "5.5.1",
    "nightwatch-api": "3.0.2"
  },
  "devDependencies": {
    "@types/node": "20.14.2",
    "typescript": "5.4.5",
    "@leanup/cli": "1.3.54"
  },
  "peerDependencies": {
    "@leanup/cli": "1.3.54"
  },
  "scripts": {}
}