-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
31 lines (31 loc) · 878 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
{
"name": "cypress-presentation",
"version": "1.0.0",
"description": "A presentation on Cypress",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"cypress:open": "cypress open",
"cypress:run": "cypress run",
"cypress:run:dkan": "cypress run --spec cypress/integration/dkan/**/*"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dgading/cypress-presentation.git"
},
"keywords": [
"presentation"
],
"author": "Daniel Gading <dgading@gmail.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/dgading/cypress-presentation/issues"
},
"homepage": "https://github.com/dgading/cypress-presentation#readme",
"devDependencies": {
"@testing-library/cypress": "^7.0.4",
"axe-core": "^4.1.3",
"cypress": "^6.6.0",
"cypress-axe": "^0.12.2"
}
}