-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
48 lines (48 loc) · 1.36 KB
/
package.json
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
43
44
45
46
47
48
{
"name": "nightwatch-saucelabs-endsauce",
"version": "2.4.0",
"description": "Nightwatch.js custom command for running Nightwatch.js tests against SauceLabs.",
"main": "index.js",
"types": "./nightwatch/types/index.d.ts",
"scripts": {
"lint": "eslint ./nightwatch/commands/** ./tests/**",
"lint:fix": "npm run lint -- --fix",
"test": "rimraf ./tests_output/ && nightwatch --env saucelabs"
},
"keywords": [
"Nightwatch.js",
"nightwatch",
"SauceLabs",
"selenium",
"grid"
],
"files": [
"nightwatch/**/*"
],
"author": "David Mello (https://www.davidmello.com)",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "git+https://github.com/reallymello/nightwatch-saucelabs-endsauce.git"
},
"bugs": {
"url": "https://github.com/reallymello/nightwatch-saucelabs-endsauce/issues"
},
"homepage": "https://github.com/reallymello/nightwatch-saucelabs-endsauce#readme",
"dependencies": {
"saucelabs": "^7.5.0"
},
"devDependencies": {
"assert": "^2.0.0",
"eslint": "^8.43.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-n": "^15.2.5",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-promise": "^6.0.1",
"mocha": "^10.0.0",
"nightwatch": "^3.5.0",
"prettier": "^2.7.1"
}
}