mirror of
https://github.com/jakejarvis/rdapper.git
synced 2025-10-18 20:14:27 -04:00
Update package.json: enhance project metadata with new description, author details, and keywords for better discoverability
This commit is contained in:
20
package.json
20
package.json
@@ -2,7 +2,13 @@
|
||||
"name": "rdapper",
|
||||
"version": "0.0.0-beta.1",
|
||||
"license": "MIT",
|
||||
"description": "Fetch and parse domain registration data via RDAP with WHOIS fallback.",
|
||||
"description": "🎩 RDAP/WHOIS fetcher, parser, and normalizer for Node",
|
||||
"repository": "jakejarvis/rdapper",
|
||||
"author": {
|
||||
"name": "Jake Jarvis",
|
||||
"email": "jake@jarv.is",
|
||||
"url": "https://jarv.is"
|
||||
},
|
||||
"type": "module",
|
||||
"main": "./dist/index.js",
|
||||
"types": "./dist/index.d.ts",
|
||||
@@ -32,8 +38,16 @@
|
||||
"@types/psl": "1.1.3",
|
||||
"typescript": "5.9.2"
|
||||
},
|
||||
|
||||
"engines": {
|
||||
"node": ">=18.17"
|
||||
}
|
||||
},
|
||||
"keywords": [
|
||||
"rdap",
|
||||
"whois",
|
||||
"domain",
|
||||
"registration",
|
||||
"lookup",
|
||||
"parser",
|
||||
"normalizer"
|
||||
]
|
||||
}
|
||||
|
@@ -7,7 +7,6 @@ export const WHOIS_TLD_EXCEPTIONS = {
|
||||
org: "whois.publicinterestregistry.org", // PIR
|
||||
biz: "whois.nic.biz",
|
||||
name: "whois.nic.name",
|
||||
cat: "whois.nic.cat",
|
||||
edu: "whois.educause.edu",
|
||||
gov: "whois.nic.gov", // was whois.dotgov.gov
|
||||
|
||||
|
Reference in New Issue
Block a user