-
Notifications
You must be signed in to change notification settings - Fork 16
/
package.json
43 lines (43 loc) · 982 Bytes
/
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
{
"name": "@0xislamtaha/orchestrator",
"version": "2.1.0",
"description": "Execute cypress specs in parallel across multiple docker containers",
"main": "src/orchestrator.js",
"scripts": {
"test": "echo \"No test specified\""
},
"bin": {
"orchestrator": "bin/orchestrator",
"@0xIslamTaha/orchestrator": "bin/orchestrator"
},
"publishConfig": {
"access": "public"
},
"license": "MIT",
"dependencies": {
"arg": "^4.1.3",
"esm": "^3.2.25",
"mochawesome-merge": "^4.1.0",
"mochawesome-report-generator": "^5.1.0",
"shelljs": "^0.8.4"
},
"devDependencies": {},
"files": [
"bin/",
"src/"
],
"keywords": [
"cypress",
"parallel execution",
"chrome",
"firefox",
"parallel",
"cypress parallel"
],
"homepage": "https://github.com/0xIslamTaha/orchestrator",
"author": {
"name": "Islam Taha",
"email": "islamtaha2012@gmail.com",
"url": "https://twitter.com/0xIslamTaha"
}
}