UNPKG

997 BJSONView Raw
1{
2 "name": "@leanup/cli-cucumber",
3 "version": "2.0.0-rc.58",
4 "description": "This module contains the cucumber feature for the @leanup/cli.",
5 "author": "Martin Oppitz <npmjs@martinoppitz.com>",
6 "homepage": "https://leanupjs.org",
7 "files": [
8 "lib/**",
9 "template/**",
10 "cucumber.js",
11 "cucumber.conf.js"
12 ],
13 "keywords": [
14 "cucumber"
15 ],
16 "license": "Apache-2.0",
17 "repository": {
18 "type": "git",
19 "url": "git+https://github.com/leanupjs/leanup.git"
20 },
21 "bugs": {
22 "url": "https://github.com/leanupjs/leanup/issues"
23 },
24 "dependencies": {
25 "@cucumber/cucumber": "8.4.0",
26 "@cucumber/pretty-formatter": "1.0.0",
27 "cucumber-html-reporter": "5.5.0",
28 "nightwatch-api": "3.0.2"
29 },
30 "devDependencies": {
31 "@leanup/cli": "2.0.0-rc.58",
32 "@types/node": "18.0.2",
33 "typescript": "4.7.4"
34 },
35 "peerDependencies": {
36 "@leanup/cli": "~2.0.0-rc.20"
37 },
38 "scripts": {
39 "prepack": "rm -rf lib && tsc -p tsconfig.json && tsc"
40 }
41}