{ "name": "get-ip", "version": "0.1.0", "description": "Display your environment's public IP address.", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://git.elnu.com/ElnuDev/get-ip.git" }, "author": "ElnuDev", "license": "GPL-3.0", "bugs": { "url": "https://git.elnu.com/ElnuDev/get-ip/issues" }, "homepage": "https://git.elnu.com/ElnuDev/get-ip", "dependencies": { "express": "^4.18.2", "node-fetch": "^2.6.7" } }