{
  "name": "@untools/ip-url",
  "version": "0.1.1",
  "description": "Get local IP address and format URLs with it",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "bin": {
    "ip-url": "dist/cli.js"
  },
  "scripts": {
    "build": "tsc",
    "start": "node dist/index.js",
    "test": "jest",
    "prepublishOnly": "npm run build"
  },
  "keywords": [
    "ip",
    "address",
    "local",
    "url",
    "localhost",
    "cli"
  ],
  "author": "Miracle Onyenma",
  "license": "MIT",
  "devDependencies": {
    "@types/jest": "^29.5.14",
    "@types/node": "^22.13.11",
    "jest": "^29.7.0",
    "ts-jest": "^29.2.6",
    "typescript": "^5.8.2"
  },
  "files": [
    "dist",
    "README.md",
    "LICENSE"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/miracleonyenma/untools-ip-url.git"
  },
  "bugs": {
    "url": "https://github.com/miracleonyenma/untools-ip-url/issues"
  },
  "homepage": "https://github.com/miracleonyenma/untools-ip-url#readme",
  "publishConfig": {
    "access": "public"
  }
}
