-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.22 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
45
46
47
48
49
50
{
"name": "happo-e2e",
"version": "3.3.3",
"description": "Helpers for e2e integrations with Happo",
"main": "index.js",
"repository": "[email protected]:happo/happo-e2e.git",
"author": "Henric Trotzig <[email protected]>",
"license": "MIT",
"bin": {
"happo-e2e": "./bin/happo-e2e.js"
},
"resolutions": {
"strip-ansi": "6.0.1"
},
"scripts": {
"prepare": "yarn build",
"lint": "eslint .",
"build": "browserify browser-main.js > browser.build.js",
"test": "playwright test"
},
"prettier": {
"printWidth": 85,
"singleQuote": true,
"trailingComma": "all",
"arrowParens": "always"
},
"devDependencies": {
"@playwright/test": "^1.49.1",
"browserify": "^17.0.0",
"eslint": "^8.2.0",
"eslint-config-prettier": "^9.1.0",
"happo.io": "^10.1.2",
"jsdom": "^20.0.1",
"prettier": "^3.3.3",
"serve-handler": "^6.1.5"
},
"dependencies": {
"archiver": "^7.0.1",
"async-retry": "^1.3.3",
"base64-stream": "^1.0.0",
"crypto-js": "^4.1.1",
"https-proxy-agent": "^5.0.0",
"image-size": "^1.0.1",
"mime-types": "^2.1.35",
"node-fetch": "^2.0.0",
"p-all": "^3.0.0",
"parse-srcset": "^1.0.2",
"yargs": "^17.7.2"
}
}