-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 967 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
{
"name": "applitools-reproducible-example",
"version": "1.0.0",
"description": "Reproducible Example",
"main": "index.js",
"scripts": {
"test": "jest --verbose --passWithNoTests"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dmhalejr/applitools-reproducible-example.git"
},
"keywords": [],
"author": "David Hale",
"license": "ISC",
"bugs": {
"url": "https://github.com/dmhalejr/applitools-reproducible-example/issues"
},
"homepage": "https://github.com/dmhalejr/applitools-reproducible-example#readme",
"dependencies": {
"@applitools/eyes-selenium": "^4.31.7",
"dotenv": "^8.2.0",
"eyes.selenium": "^3.8.2",
"selenium-webdriver": "^4.0.0-alpha.5",
"typescript": "^3.6.4"
},
"devDependencies": {
"@types/jest": "^24.0.20",
"@types/selenium-webdriver": "^4.0.5",
"babel-jest": "^24.9.0",
"jest": "^24.9.0",
"ts-jest": "^24.1.0",
"tslint": "^5.20.0"
}
}