update tsconfig
This commit is contained in:
+11
-2
@@ -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"
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user