dus-ip-geolocation-node-client
Version:
Node.js client for DUS IP Geolocation API
37 lines (36 loc) • 887 B
JSON
{
"name": "dus-ip-geolocation-node-client",
"version": "2.2.1",
"description": "Node.js client for DUS IP Geolocation API",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"start": "node dist/index.js",
"release:patch": "npm version patch && git push && git push --tags && npm publish",
"release:minor": "npm version minor && git push && git push --tags && npm publish",
"release:major": "npm version major && git push && git push --tags && npm publish"
},
"files": [
"dist",
"README.md",
"LICENSE"
],
"keywords": [
"geolocation",
"ip",
"nodejs",
"typescript",
"axios"
],
"author": "Ahmed Hekal",
"license": "MIT",
"dependencies": {
"axios": "^1.5.0"
},
"devDependencies": {
"@types/node": "^22.10.2",
"ts-node": "^10.9.2",
"typescript": "^5.0.0"
}
}