-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.23 KB
/
Copy pathpackage.json
File metadata and controls
51 lines (51 loc) · 1.23 KB
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
51
{
"name": "@briananders/pageweight",
"version": "2.0.0",
"description": "Simple node package that calculates the overall weight of a webpage on initial load without click interactions.",
"main": "index.js",
"bin": {
"pageweight": "bin/pageweight.js"
},
"files": [
"bin/",
"index.js"
],
"scripts": {
"test": "node test/test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/briananders/pageweight.git"
},
"keywords": [
"pageweight",
"page weight",
"page weight analysis",
"page weight audit",
"page weight calculator",
"page weight measurement",
"page weight optimization",
"page weight reduction audit",
"page weight reduction measurement",
"page weight reduction optimization",
"page weight reduction tool",
"page weight reduction",
"page weight tool",
"performance",
"web",
"chrome",
"puppeteer"
],
"author": "Brian Anders <brian.steven.anders@gmail.com>",
"license": "ISC",
"engines": {
"node": ">=18"
},
"bugs": {
"url": "https://github.com/briananders/pageweight/issues"
},
"homepage": "https://github.com/briananders/pageweight#readme",
"dependencies": {
"puppeteer": "^24.38.0"
}
}