-
Notifications
You must be signed in to change notification settings - Fork 41
/
package.json
60 lines (60 loc) · 1.66 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
58
59
60
{
"name": "testcafe-browser-provider-saucelabs",
"version": "3.0.0",
"description": "saucelabs TestCafe browser provider plugin.",
"repository": "https://github.com/DevExpress/testcafe-browser-provider-saucelabs",
"homepage": "https://github.com/DevExpress/testcafe-browser-provider-saucelabs",
"author": {
"name": "Developer Express Inc.",
"url": "https://devexpress.com"
},
"engines": {
"node": ">=10.0.0"
},
"main": "lib/index",
"files": [
"lib",
"utils"
],
"scripts": {
"test": "gulp test",
"publish-please": "del-cli package-lock.json node_modules && npm i && publish-please",
"prepublish": "publish-please guard"
},
"keywords": [
"testcafe",
"browser provider",
"plugin",
"saucelabs"
],
"license": "MIT",
"dependencies": {
"@babel/runtime": "^7.0.0",
"desired-capabilities": "^0.1.0",
"lodash": "^4.17.21",
"pinkie": "^2.0.4",
"saucelabs-connector": "^2.0.0"
},
"devDependencies": {
"@babel/core": "^7.0.0",
"@babel/eslint-parser": "^7.22.15",
"@babel/plugin-proposal-class-properties": "^7.0.0",
"@babel/plugin-proposal-json-strings": "^7.0.0",
"@babel/plugin-syntax-dynamic-import": "^7.0.0",
"@babel/plugin-syntax-import-meta": "^7.0.0",
"@babel/plugin-transform-runtime": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"@testcafe/publish-please": "^5.6.0",
"babel-plugin-add-module-exports": "^0.2.1",
"chai": "^3.5.0",
"cross-spawn": "^4.0.0",
"del": "^3.0.0",
"gulp": "^5.0.0",
"gulp-babel": "^8.0.0",
"gulp-eslint": "^5.0.0",
"mocha": "^10.4.0",
"sinon": "^7.2.5",
"testcafe": "^3.6.2",
"tmp": "0.0.28"
}
}