client-ip-geolocation
Version:
Fetch client IP and geolocation from an HTTP request
31 lines (30 loc) • 656 B
JSON
{
"name": "client-ip-geolocation",
"version": "1.0.2",
"description": "Fetch client IP and geolocation from an HTTP request",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/vicky705/client-ip-geolocation.git"
},
"scripts": {
"build": "tsc",
"test": "node dist/index.js"
},
"dependencies": {
"@types/node": "^22.10.2",
"axios": "^1.7.9"
},
"devDependencies": {
"typescript": "^5.7.2"
},
"keywords": [
"client-ip-geolocation",
"ip-geolocation",
"client-ip",
"geolocation"
],
"author": "Vicky705",
"license": "MIT"
}