-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 903 Bytes
/
Copy pathpackage.json
File metadata and controls
42 lines (42 loc) · 903 Bytes
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
{
"name": "node-js-playwright-browserstack",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"sample-test": "npx browserstack-node-sdk playwright test --config=./playwright.config.js"
},
"engines": {
"node": ">=18"
},
"keywords": [],
"author": "",
"license": "ISC",
"overrides": {
"qs": "6.14.2",
"jws": "4.0.1",
"tar-fs": "3.1.1",
"basic-ftp": "^5.3.1",
"fast-uri": "3.1.5",
"js-yaml@3": "3.15.1",
"js-yaml@4": "4.3.1",
"brace-expansion": "2.1.4",
"socks": "2.8.9",
"ip-address": "10.4.0",
"tmp": "0.2.7",
"protobufjs": "7.6.4",
"glob@7.2.3": {
"minimatch": "3.1.5"
},
"glob@8.1.0": {
"minimatch": "5.1.9"
},
"readdir-glob": {
"minimatch": "5.1.9"
}
},
"devDependencies": {
"@playwright/test": "1.58.2",
"browserstack-node-sdk": "1.60.1"
}
}