-
Notifications
You must be signed in to change notification settings - Fork 21
/
package.json
62 lines (62 loc) · 1.73 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
61
62
{
"name": "testcafe-browser-provider-lambdatest",
"version": "3.0.1",
"description": "lambdatest TestCafe browser provider plugin.",
"repository": "https://github.com/LambdaTest/testcafe-browser-provider-lambdatest",
"homepage": "https://github.com/LambdaTest/testcafe-browser-provider-lambdatest",
"author": "LambdaTest <[email protected]>",
"contributors": [
"LambdaTest <[email protected]> (https://www.npmjs.com/~lambdatestdev)"
],
"main": "lib/index",
"files": [
"lib"
],
"scripts": {
"build": "gulp build",
"test": "gulp test",
"lint": "eslint ."
},
"keywords": [
"testcafe",
"browser provider",
"plugin",
"lambdatest"
],
"engines": {
"node": ">=8.0.0"
},
"license": "MIT",
"dependencies": {
"@babel/runtime-corejs2": "^7.26.0",
"@lambdatest/node-tunnel": "^4.0.8",
"axios": "^1.7.7",
"desired-capabilities": "^0.1.0",
"pify": "^6.1.0",
"pinkie": "^2.0.4",
"portfinder": "^1.0.32",
"request": "^2.88.2",
"wd": "^1.14.0"
},
"devDependencies": {
"@babel/core": "^7.26.0",
"@babel/eslint-parser": "^7.25.9",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-json-strings": "^7.18.6",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-syntax-import-meta": "^7.10.4",
"@babel/plugin-transform-runtime": "^7.25.9",
"@babel/preset-env": "^7.26.0",
"babel-plugin-add-module-exports": "^1.0.4",
"gulp-babel": "^8.0.0",
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "^9.13.0",
"eslint": "^9.13.0",
"eslint-scope": "^8.2.0",
"gulp-eslint": "^6.0.0",
"globals": "^15.11.0",
"gulp": "^5.0.0",
"del": "^5.1.0",
"gulp-mocha": "^7.0.2"
}
}