gip
Version:
Get your public IPv4 address
45 lines (44 loc) • 861 B
JSON
{
"name": "gip",
"version": "3.0.2",
"description": "Get your public IPv4 address",
"author": "Avaray",
"license": "MIT",
"main": "module.mjs",
"bin": {
"gip": "cli.mjs"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"types": "module.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/Avaray/gip.git"
},
"keywords": [
"address",
"cli",
"dns",
"dependency-free",
"echo",
"external",
"external-ip",
"fetch-api",
"fetch",
"internet-protocol",
"iot",
"ip",
"ipv4",
"network",
"public-ip",
"utility"
],
"engines": {
"node": ">=20.0.0"
},
"bugs": {
"url": "https://github.com/Avaray/gip/issues"
},
"homepage": "https://github.com/Avaray/gip#readme"
}