UNPKG

918 BJSONView Raw
1{
2 "name": "@leanup/cli-core-e2e",
3 "version": "1.0.136",
4 "description": "This module contains the e2e test feature for the @leanup/cli.",
5 "author": "Martin Oppitz <npmjs@martinoppitz.com>",
6 "homepage": "https://leanupjs.org",
7 "keywords": [
8 "nightwatch",
9 "cucumber",
10 "allure",
11 "e2e-test",
12 "test",
13 "cli"
14 ],
15 "license": "Apache-2.0",
16 "repository": {
17 "type": "git",
18 "url": "git+https://github.com/leanupjs/leanup.git"
19 },
20 "bugs": {
21 "url": "https://github.com/leanupjs/leanup/issues"
22 },
23 "dependencies": {
24 "@types/nightwatch": "1.3.4",
25 "cross-env": "7.0.3",
26 "nightwatch": "1.7.7",
27 "nightwatch-allure": "1.2.0"
28 },
29 "peerDependencies": {
30 "chromedriver": ">=70",
31 "geckodriver": ">=1",
32 "selenium-server": ">=3"
33 },
34 "engines": {
35 "node": ">=14 <15",
36 "npm": ">=6 <7"
37 },
38 "gitHead": "7ef6bd1b528bde36bdbb3bd5c93a558185f1ee26"
39}