-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
54 lines (54 loc) · 1.31 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
49
50
51
52
53
54
{
"name": "airtap-sauce",
"version": "1.1.2",
"description": "Sauce Labs browser provider",
"license": "MIT",
"author": "Vincent Weevers",
"scripts": {
"test": "npm run test:lint && npm run test:integration",
"test:lint": "standard && hallmark && depcheck --ignores buffer,hallmark",
"test:integration": "cross-env DEBUG=airtap* nyc node test",
"fix:js": "standard --fix",
"fix:md": "hallmark fix"
},
"files": [
"index.js",
"sauce-labs.svg"
],
"dependencies": {
"abstract-browser": "^1.0.0",
"airtap-sauce-browsers": "^0.2.2",
"browser-provider": "^1.1.0",
"build-number": "^1.0.0",
"debug": "^4.1.1",
"firefox-profile": "^4.0.0",
"sauce-connect-launcher": "^1.3.2",
"transient-error": "^1.0.0",
"uuid": "^8.3.0",
"wd": "^1.12.0"
},
"devDependencies": {
"airtap": "^4.0.2",
"buffer": "^4.9.2",
"cross-env": "^7.0.2",
"depcheck": "^1.2.0",
"hallmark": "^4.0.0",
"nyc": "^15.1.0",
"standard": "^16.0.4",
"tape": "^5.0.1"
},
"keywords": [
"airtap",
"browser",
"browser-provider",
"sauce",
"sauce-labs",
"test"
],
"repository": "airtap/sauce",
"bugs": "https://github.com/airtap/sauce/issues",
"homepage": "https://github.com/airtap/sauce",
"engines": {
"node": ">=10.2"
}
}