forked from browserstack/browserstack-cypress-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.26 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
{
"name": "browserstack-cypress-cli",
"version": "1.8.1",
"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.2.0",
"async": "^3.2.0",
"browserstack-local": "^1.4.8",
"chalk": "^4.1.0",
"fs-extra": "^8.1.0",
"getmac": "^5.17.0",
"glob": "^7.1.6",
"mkdirp": "^1.0.3",
"request": "^2.88.0",
"requestretry": "^4.1.0",
"table": "^5.4.6",
"uuid": "^8.3.2",
"winston": "^2.3.1",
"yargs": "^14.2.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.2.0",
"chai-as-promised": "^7.1.1",
"custom-env": "^2.0.1",
"mocha": "^7.1.2",
"nyc": "^15.0.1",
"proxyquire": "^2.1.3",
"rewire": "^5.0.0",
"sinon": "^9.0.2"
}
}