{
  "name": "local-ip-url",
  "version": "1.0.11",
  "description": "Get current machine IP.",
  "main": "index.js",
  "author": "kenny wong <wowohoo@qq.com>",
  "license": "MIT",
  "homepage": "https://jaywcjlove.github.io/local-ip-url",
  "funding": "https://jaywcjlove.github.io/#/sponsor",
  "exports": {
    ".": "./index.js",
    "./prepareUrls": "./prepareUrls.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/jaywcjlove/local-ip-url.git"
  },
  "files": [
    "index.js",
    "index.d.ts",
    "prepareUrls.js",
    "prepareUrls.d.ts"
  ],
  "keywords": [
    "ip",
    "address",
    "ipv4",
    "ipv4-network",
    "ipv6-network",
    "ipv6",
    "mac"
  ]
}