Files
ip-pinger/package.json
2026-01-06 17:29:24 +01:00

16 lines
327 B
JSON

{
"name": "ip-pinger",
"version": "1.0.0",
"description": "Simple web service that returns client IP address",
"main": "server.js",
"scripts": {
"start": "node server.js"
},
"keywords": ["ip", "client-ip", "web-service"],
"author": "",
"license": "ISC",
"dependencies": {
"express": "^4.18.2"
}
}