update tsconfig

This commit is contained in:
2024-04-14 18:34:24 +02:00
parent 65a9b7f504
commit 37a00db7c8
4 changed files with 129 additions and 30 deletions
+11 -2
View File
@@ -2,7 +2,7 @@
"name": "@push.rocks/smartwhois",
"version": "1.0.16",
"private": false,
"description": "a package for dealing with whois requests",
"description": "A package for executing WHOIS requests and processing domain and IP information.",
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
"type": "module",
@@ -42,5 +42,14 @@
"cli.js",
"npmextra.json",
"readme.md"
],
"keywords": [
"WHOIS",
"domain information",
"IP lookup",
"TLD validation",
"DNSSEC status",
"HTTP status checker",
"TypeScript"
]
}
}