ip-public
Version:
Get your public IPV4 address, also works well in mainland China.
41 lines (40 loc) • 980 B
JSON
{
"name": "ip-public",
"version": "1.0.5",
"description": "Get your public IPV4 address, also works well in mainland China.",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"test": "npm run build && mocha ./test",
"build": "rimraf ./lib/ && npx tsc",
"lint": "tslint --fix --project .",
"prepublishOnly": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bagaking/pub-ip.git"
},
"keywords": [
"public-ip",
"ip-public",
"ip",
"external-ip",
"ip-address"
],
"author": "bagaking <kinghand@foxmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/bagaking/pub-ip/issues"
},
"homepage": "https://github.com/bagaking/pub-ip#readme",
"devDependencies": {
"@types/node": "^12.7.1",
"mocha": "^6.2.0",
"rimraf": "^2.6.3",
"typescript": "^3.5.3"
},
"dependencies": {
"@types/axios": "^0.14.0",
"axios": "^0.19.0"
}
}