-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
44 lines (43 loc) · 1.12 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
35
36
37
38
39
40
41
42
43
44
{
"name": "@smartbear/visualtest-cypress",
"version": "1.10.2",
"description": "Cypress Plugin for SmartBear VisualTest via JavaScript",
"author": "Trevor Nelms",
"main": "index.js",
"homepage": "https://support.smartbear.com/visualtest/docs/en/software-development-kits--sdks-/cypress-sdk.html",
"license": "ISC",
"scripts": {
"test": "scripts/run-tests.sh",
"full-test": "scripts/run-full-tests.sh",
"publish-npm-public": "scripts/publish-NPM-public.sh",
"check-npm-packages": "scripts/utils/check-npm-updates.sh"
},
"dependencies": {
"axios": "^1.7.9",
"chalk": "^4.1.2",
"cypress-axe": "^1.5.0",
"dotenv": "^16.4.7",
"fs-extra": "^11.2.0",
"pino": "^9.5.0",
"pino-pretty": "^13.0.0",
"semver": "^7.6.3",
"sharp": "^0.33.5",
"uuid": "^11.0.3"
},
"bin": {
"visualtest-setup": "./bin/setup.js"
},
"files": [
"bin",
"index.js",
"index.d.ts",
"plugin.js",
"commands.js",
"debug-pino-transport.js"
],
"devDependencies": {
"@types/fs-extra": "^11.0.4",
"@types/uuid": "^10.0.0",
"npm-check-updates": "^17.1.11"
}
}