feat: WHOIS API 서버 초기 구현
- Vercel Serverless Functions 기반 - TCP 포트 43 직접 연결로 모든 TLD 지원 - TLD별 WHOIS 서버 매핑 (~50개) - 리퍼럴 서버 자동 추적 - JSON 응답 (raw WHOIS 포함) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
15
package.json
Normal file
15
package.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"name": "whois-api",
|
||||
"version": "1.0.0",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "vercel dev",
|
||||
"deploy": "vercel --prod"
|
||||
},
|
||||
"dependencies": {},
|
||||
"devDependencies": {
|
||||
"@types/node": "^20.0.0",
|
||||
"typescript": "^5.0.0",
|
||||
"vercel": "^37.0.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user