-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 925 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
{
"name": "visual-testing",
"version": "1.0.0",
"description": "A Cypress project to learn Visual Testing",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fugazi/visual-testing.git"
},
"keywords": [
"cypress",
"testing",
"visual",
"testing",
"automation"
],
"author": "Douglas Urrea Ocampo",
"license": "MIT",
"bugs": {
"url": "https://github.com/fugazi/visual-testing/issues"
},
"homepage": "https://github.com/fugazi/visual-testing#readme",
"devDependencies": {
"@cypress-audit/lighthouse": "^1.4.2",
"cypress": "^14.1.0",
"cypress-audit": "^1.1.0",
"lighthouse": "^12.4.0",
"puppeteer-core": "^24.4.0",
"ws": "^8.18.1"
},
"dependencies": {
"cypress-image-diff-js": "^2.4.0",
"npm-check-updates": "^17.1.15"
}
}