-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 864 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
{
"name": "testing-with-jest",
"version": "1.0.0",
"description": "Alla barnen trivdes i skolan utom Johan, han hade oftast huvudet i toan\r Alla barnen var på sommarlov utom Johan han var inlåst på toan",
"main": "src/index.js",
"directories": {
"test": "tests"
},
"scripts": {
"test": "jest tests"
},
"repository": {
"type": "git",
"url": "git+https://github.com/HeyOooh/testing-with-jest.git"
},
"author": "Andreas",
"license": "ISC",
"bugs": {
"url": "https://github.com/HeyOooh/testing-with-jest/issues"
},
"homepage": "https://github.com/HeyOooh/testing-with-jest#readme",
"dependencies": {
"geckodriver": "^1.22.3",
"selenium-webdriver": "^4.0.0-beta.3",
"underscore": "^1.13.1"
},
"devDependencies": {
"jest": "^26.6.3",
"webpack": "^5.36.2",
"webpack-cli": "^4.7.0"
}
}