Skip to content

Commit 3f7f051

Browse files
committed
init updates
1 parent 01bad3d commit 3f7f051

1 file changed

Lines changed: 17 additions & 3 deletions

File tree

package.json

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,31 @@
11
{
22
"name": "@check-hostcc/check-host-api",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"publishConfig": {
55
"access": "public",
66
"registry": "https://registry.npmjs.org/"
77
},
8-
"description": "Node.js wrapper for the check-host.cc API",
8+
"description": "A lightweight, zero-dependency Node.js SDK for the Check-Host.cc API. Perform global Ping, TCP, UDP, DNS, MTR, and HTTP diagnostics.",
99
"main": "index.js",
1010
"type": "module",
1111
"scripts": {
1212
"test": "node test_run.js"
1313
},
14-
"author": "",
14+
"keywords": [
15+
"nodejs",
16+
"api-wrapper",
17+
"sdk",
18+
"monitoring",
19+
"network-tools",
20+
"uptime-monitoring",
21+
"ping",
22+
"dns-lookup",
23+
"traceroute",
24+
"mtr",
25+
"network-diagnostics",
26+
"check-host"
27+
],
28+
"author": "Check-Host",
1529
"license": "ISC",
1630
"repository": {
1731
"type": "git",

0 commit comments

Comments
 (0)