-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
65 lines (65 loc) · 1.64 KB
/
package.json
File metadata and controls
65 lines (65 loc) · 1.64 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"name": "hostscope",
"version": "1.0.8",
"description": "A service monitoring tool for checking the status of various services.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"start": "node dist/index.js"
},
"keywords": [
"HostScope",
"host-scope",
"lazyfenix",
"network monitoring",
"service status",
"uptime monitoring",
"availability check",
"performance monitoring",
"TCP monitoring",
"UDP monitoring",
"HTTP monitoring",
"ping test",
"Node.js networking",
"website uptime",
"server availability",
"API status checker",
"lightweight monitoring",
"fast network checks",
"open-source tools",
"error handling in network",
"latency measurement",
"custom monitoring solutions",
"async network requests",
"web development",
"javascript",
"node",
"npm",
"react",
"vue",
"typescript",
"express",
"web server",
"devops",
"monitoring tools",
"logging",
"performance",
"debugging",
"api monitoring"
],
"repository": {
"type": "git",
"url": "https://github.com/lazyfenix/hostscope"
},
"bugs": {
"url": "https://github.com/lazyfenix/hostscope/issues"
},
"homepage": "https://github.com/lazyfenix",
"author": "lazyfenix",
"license": "MIT",
"devDependencies": {
"@types/node": "^22.7.9",
"typescript": "^4.0.0"
}
}