-
-
Notifications
You must be signed in to change notification settings - Fork 15
/
package.json
43 lines (43 loc) · 1.13 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
{
"name": "layout-shift-gif",
"version": "1.3.2",
"description": "Generates a .gif showing the layout shift events for a website.",
"main": "./layout-shift-gif.js",
"keywords": [
"layout shift",
"cls",
"gif",
"cumulative layout shift",
"web vitals"
],
"repository": {
"type": "git",
"url": "git+https://github.com/workeffortwaste/layout-shift-gif.git"
},
"author": "Chris Johnson (https://defaced.dev)",
"license": "ISC",
"type": "module",
"dependencies": {
"canvas": "^2.9.0",
"gif-encoder-2": "^1.0.5",
"puppeteer": "^13.3.0",
"puppeteer-extra": "^3.2.3",
"puppeteer-extra-plugin-stealth": "^2.9.0",
"tmp": "^0.2.1",
"yargs": "^17.3.1"
},
"bin": {
"layout-shift-gif": "./layout-shift-gif.js"
},
"bugs": {
"url": "https://github.com/workeffortwaste/layout-shift-gif/issues"
},
"homepage": "https://defaced.dev/tools/layout-shift-gif-generator/",
"devDependencies": {
"eslint": "^7.32.0",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.2.0"
}
}