-
Notifications
You must be signed in to change notification settings - Fork 24
/
Copy pathpackage.json
41 lines (41 loc) · 1.07 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
{
"name": "lambdatest-cypress-cli",
"version": "3.0.33",
"description": "The lambdatest-cypress-cli is LambdaTest's command-line interface (CLI) aimed to help you run your Cypress tests on LambdaTest platform.",
"homepage": "https://github.com/LambdaTest/lambdatest-cypress-cli",
"author": "LambdaTest <[email protected]>",
"contributors": [
"LambdaTest <[email protected]> (https://www.npmjs.com/~lambdatestdev)"
],
"keywords": [
"cypress",
"browser testing",
"plugin",
"lambdatest"
],
"bin": {
"lambdatest-cypress": "./index.js"
},
"dependencies": {
"@lambdatest/node-tunnel": "latest",
"archiver": "^5.1.0",
"async": "^3.2.3",
"axios": "^1.6.5",
"dotenv": "^16.3.1",
"glob": "^7.1.6",
"mochawesome": "^7.1.3",
"node-stream-zip": "^1.15.0",
"semver": "^7.3.5",
"ws": "^7.4.3",
"yargs": "^16.1.0"
},
"license": "MIT",
"preferGlobal": true,
"repository": {
"type": "git",
"url": "git://github.com:LambdaTest/lambdatest-cypress-cli.git"
},
"engines": {
"node": ">=0.6.0"
}
}