-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
46 lines (46 loc) · 1.01 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
{
"name": "check-http-status",
"description": "Check HTTP Status and create a list for all the HTTP status code.",
"version": "1.3.0",
"main": "index.js",
"files": [
"LICENSE",
"index.js",
"test/runkitExample.js",
"lib/*"
],
"scripts": {
"lint": "eslint .",
"test:sitemaps": "node test/sitemaps.js",
"test:sitemaps-urls": "node test/sitemaps-urls.js",
"test:urls": "node test/urls.js"
},
"repository": {
"type": "git",
"url": "https://github.com/trunkcode/check-http-status.git"
},
"keywords": [
"http status",
"redirect chain",
"link checker",
"status",
"redirects",
"301",
"404"
],
"author": "TrunkCode <support@trunkcode.com> (https://www.trunkcode.com/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/trunkcode/check-http-status/issues"
},
"homepage": "https://github.com/trunkcode/check-http-status",
"dependencies": {
"axios": "^0.23.0",
"columnify": "^1.5.4",
"exceljs": "^4.3.0",
"xml2js": "^0.4.23"
},
"devDependencies": {
"eslint": "^8.0.1"
}
}