-
Notifications
You must be signed in to change notification settings - Fork 65
/
Copy pathpackage.json
57 lines (57 loc) · 1.42 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
55
56
57
{
"name": "testcafe-browser-provider-browserstack",
"version": "1.15.2",
"description": "Browserstack TestCafe browser provider plugin.",
"repository": "https://github.com/DevExpress/testcafe-browser-provider-browserstack",
"engines": {
"node": ">=10"
},
"homepage": "https://github.com/DevExpress/testcafe-browser-provider-browserstack",
"author": {
"name": "Developer Express Inc.",
"url": "https://devexpress.com"
},
"main": "lib/index",
"files": [
"lib"
],
"scripts": {
"build": "gulp build",
"test": "gulp test",
"prepare": "gulp build",
"publish-please": "publish-please",
"prepublish": "publish-please guard"
},
"keywords": [
"testcafe",
"browser provider",
"plugin",
"browserstack"
],
"license": "MIT",
"dependencies": {
"browserstack-local": "^1.4.9",
"dedent": "^0.7.0",
"desired-capabilities": "^0.1.0",
"firefox-profile": "^4.2.2",
"https-proxy-agent": "^7.0.0",
"lodash": "^4.17.21",
"mime-db": "^1.43.0",
"node-fetch": "^2.6.11",
"os-family": "^1.0.0",
"pinkie": "^2.0.4",
"promisify-event": "^1.0.0",
"sharp": "^0.32.4",
"tmp": "0.0.31"
},
"devDependencies": {
"@testcafe/publish-please": "^5.6.0",
"chai": "^3.5.0",
"del": "^2.2.2",
"eslint-plugin-no-only-tests": "^2.4.0",
"gulp": "^5.0.0",
"gulp-eslint": "^6.0.0",
"mocha": "^10.2.0",
"testcafe": "^3.6.2"
}
}