-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 790 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 790 Bytes
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
{
"name": "example-selenium-javascript-jest",
"version": "2.1.0",
"description": "An example project for Selenium in JavaScript with Jest",
"homepage": "https://applitools.com",
"author": {
"name": "Applitools Team",
"email": "team@applitools.com"
},
"repository": {
"type": "git",
"url": "git://github.com/applitools/tutorial-jest-selenium-javascript-ultrafastgrid.git"
},
"bugs": {
"url": "https://github.com/applitools/tutorial-jest-selenium-javascript-ultrafastgrid/issues"
},
"dependencies": {
"@applitools/eyes-selenium": "^4.66.0",
"jest": "^29.5.0",
"selenium-webdriver": "^4.9.2"
},
"scripts": {
"test": "jest \"test/*.js\" --config=jest.config.js"
},
"license": "ISC",
"engines": {
"node": ">=12.13.0"
}
}