-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
43 lines (43 loc) · 1.24 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": "datuan-sitemap-warmer",
"version": "1.4.1",
"main": "./index.js",
"type": "module",
"dependencies": {
"datuan-sitemap-parser": "0.0.4",
"logplease": "^1.2.15",
"node-fetch": "^3.2.3",
"node-html-parser": "^5.3.3",
"normalize-url": "^7.0.3",
"yargs": "^17.3.1"
},
"bin": {
"warmup": "index.js"
},
"preferGlobal": true,
"repository": {
"type": "git",
"url": "git+https://github.com/tdtgit/sitemap-warmer.git"
},
"keywords": [
"sitemap",
"warmer"
],
"author": "Argus Duong <hi@duonganhtuan.com> (https://datuan.dev/)",
"contributors": [
"Robert Michalski (https://github.com/robman87)"
],
"license": "ISC",
"bugs": {
"url": "https://github.com/tdtgit/sitemap-warmer/issues"
},
"homepage": "https://github.com/tdtgit/sitemap-warmer",
"description": "A CLI script built to help you warm up the website cache by scanning through the `sitemap.xml`. This utility help to warm up website in major encoding like `brotli`, `gzip`, warm up images by various encoding like AVIF, WebP.",
"devDependencies": {},
"scripts": {
"test": "node index.js https://raw.githubusercontent.com/tdtgit/sitemap-warmer/master/tests/sitemap.xml"
},
"engines": {
"node": ">=12"
}
}