-
Notifications
You must be signed in to change notification settings - Fork 40
/
package.json
59 lines (59 loc) · 1.55 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
{
"name": "browserstack-cypress-cli",
"version": "1.32.2",
"description": "BrowserStack Cypress CLI for Cypress integration with BrowserStack's remote devices.",
"main": "index.js",
"scripts": {
"test": "nyc mocha 'test/**/*.js' --recursive --timeout 60000 --exit"
},
"author": "BrowserStack",
"license": "MIT",
"bin": {
"browserstack-cypress": "bin/runner.js"
},
"dependencies": {
"archiver": "5.3.0",
"async": "3.2.3",
"axios": "^1.7.7",
"axios-retry": "^3.5.0",
"browserstack-local": "1.5.4",
"chalk": "4.1.2",
"cli-progress": "^3.10.0",
"form-data": "^4.0.0",
"fs-extra": "8.1.0",
"getmac": "5.20.0",
"git-last-commit": "^1.0.1",
"git-repo-info": "^2.1.1",
"gitconfiglocal": "^2.1.0",
"glob": "^7.2.0",
"mocha": "^10.2.0",
"mkdirp": "1.0.4",
"node-ipc": "9.1.1",
"table": "5.4.6",
"update-notifier": "7.0.0",
"uuid": "8.3.2",
"windows-release": "^5.1.0",
"winston": "2.4.4",
"yargs": "14.2.3",
"decompress": "4.2.1",
"unzipper": "^0.12.3"
},
"repository": {
"type": "git",
"url": "https://github.com/browserstack/browserstack-cypress-cli.git"
},
"homepage": "https://github.com/browserstack/browserstack-cypress-cli",
"bugs": {
"url": "https://github.com/browserstack/browserstack-cypress-cli/issues"
},
"devDependencies": {
"chai": "4.3.6",
"chai-as-promised": "7.1.1",
"custom-env": "2.0.1",
"mocha": "^10.2.0",
"nyc": "15.1.0",
"proxyquire": "2.1.3",
"rewire": "5.0.0",
"sinon": "9.2.4"
}
}