-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1023 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
39
40
41
42
43
{
"name": "@error-paparazzi/jest",
"version": "0.0.6",
"description": "Make screenshot of JSDOM when your jest test failed",
"main": "lib/index.js",
"scripts": {
"test": "npm run test",
"build": "tsc",
"prepublish": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/elpassion/error-paparazzi.git"
},
"keywords": [
"jest",
"error",
"jsdom",
"screenshot"
],
"author": "Michał Warda",
"license": "ISC",
"bugs": {
"url": "https://github.com/elpassion/error-paparazzi/issues"
},
"homepage": "https://github.com/elpassion/error-paparazzi#readme",
"dependencies": {
"@types/puppeteer": "^2.0.0",
"is-ci": "^2.0.0",
"open": "^7.0.0",
"puppeteer": "^2.0.0",
"tmp": "^0.1.0"
},
"devDependencies": {
"@types/is-ci": "^2.0.0",
"@types/open": "^6.2.1",
"@types/tmp": "^0.1.0",
"@types/jest": "^24.0.23",
"@types/node": "^12.12.14",
"jest": "^24.9.0",
"typescript": "^3.7.3"
}
}