-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1.03 KB
/
package.json
File metadata and controls
37 lines (37 loc) · 1.03 KB
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
{
"name": "@maxmattone/browserstack-side-runner",
"repository": {
"type": "git",
"url": "git+https://github.com/mattonem/browserstack-side-runner.git"
},
"version": "2.2.0",
"main": "index.mjs",
"homepage": "https://github.com/mattonem/browserstack-side-runner#readme",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"browserstack-side-runner": "index.mjs"
},
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"@mochajs/json-file-reporter": "^1.3.0",
"@seleniumhq/code-export-javascript-mocha": "^4.0.0-alpha.4",
"@seleniumhq/side-code-export": "^4.0.0-alpha.3",
"@seleniumhq/side-utils": "^3.17.2",
"browserstack-node-sdk": "^1.32.0",
"cli-logger": "^0.5.40",
"commander": "^8.0.0",
"cross-spawn": "^7.0.3",
"dotenv": "^16.0.3",
"glob": "^7.1.7",
"js-yaml": "^4.1.0",
"mocha": "^8.4.0",
"mocha-multi-reporters": "^1.5.1",
"rfdc": "^1.3.0",
"rimraf": "^3.0.2",
"selenium-webdriver": "^4.1.1"
}
}