-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
34 lines (34 loc) · 1.04 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
{
"name": "cypress-e2e-parallel-test-action",
"version": "1.1.1",
"description": "Github Action to test Cypress end to end tests in parallel",
"main": "index.js",
"scripts": {
"build": "ncc build update-weights/src/index.js --out update-weights/dist --license licenses.txt; ncc build assign-tests/src/index.js --out assign-tests/dist --license licenses.txt",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/outsideopen/cypress-e2e-parallel-test-action.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/outsideopen/cypress-e2e-parallel-test-action/issues"
},
"homepage": "https://github.com/outsideopen/cypress-e2e-parallel-test-action#readme",
"dependencies": {
"@actions/cache": "^3.2.1",
"@actions/core": "^1.10.0",
"@actions/glob": "^0.4.0",
"@vercel/ncc": "^0.36.0",
"folder-hash": "^4.0.4",
"glob": "^10.0.0",
"hash.js": "^1.1.7",
"table": "^6.8.1"
},
"devDependencies": {
"jest": "^29.0.0"
}
}