-
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1021 Bytes
/
package.json
File metadata and controls
42 lines (42 loc) · 1021 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "@leanup/cli-cucumber",
"version": "2.0.0-rc.79",
"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": "8.7.0",
"@cucumber/pretty-formatter": "1.0.0",
"cucumber-html-reporter": "5.5.0",
"nightwatch-api": "3.0.2"
},
"devDependencies": {
"@leanup/cli": "2.0.0-rc.73",
"@types/node": "18.11.9",
"rimraf": "3.0.2",
"typescript": "4.8.4"
},
"peerDependencies": {
"@leanup/cli": "~2.0.0-rc.73"
},
"scripts": {
"prepack": "rimraf lib && tsc -p tsconfig.json && tsc"
}
}