-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
34 lines (34 loc) · 944 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
{
"name": "cypress-gh-action-split-jobs",
"version": "1.0.1",
"description": "Example with separate install and test jobs using Cypress GitHub Action",
"main": "index.js",
"private": true,
"scripts": {
"dev": "vite --host",
"build": "vite build",
"serve": "vite preview --host",
"local": "start-test dev http-get://localhost:5173 cy:open",
"cy:open": "cypress open",
"cy:run": "cypress run"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bahmutov/cypress-gh-action-split-jobs.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/bahmutov/cypress-gh-action-split-jobs/issues"
},
"homepage": "https://github.com/bahmutov/cypress-gh-action-split-jobs#readme",
"dependencies": {
"reveal.js": "5.1.0",
"vite": "6.0.6"
},
"devDependencies": {
"cypress": "13.17.0",
"start-server-and-test": "2.0.9"
}
}