{
  "name": "icanhazip-client",
  "description": "Tiny fetch-based client for icanhazip.com (IPv4, IPv6, trace)",
  "type": "module",
  "version": "1.5.1",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "types": "./dist/index.d.ts"
    }
  },
  "scripts": {
    "build": "tsc",
    "clean": "rm -rf -v ./coverage ./dist",
    "publish:check": "npm view icanhazip-client version",
    "prepublishOnly": "npm run build",
    "test": "jest",
    "test:watch": "jest --watch",
    "test:coverage": "jest --coverage --verbose"
  },
  "files": [
    "dist"
  ],
  "keywords": [
    "ip",
    "ipv4",
    "ipv6",
    "icanhazip",
    "icanhazip-client"
  ],
  "license": "MIT",
  "devDependencies": {
    "@types/jest": "^29.5.14",
    "jest": "^29.7.0",
    "jest-environment-jsdom": "^30.4.1",
    "ts-jest": "^29.4.6",
    "typescript": "^5.9.3"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/NPM-Workbench/icanhazip-client.git"
  },
  "homepage": "https://github.com/NPM-Workbench/icanhazip-client",
  "bugs": {
    "url": "https://github.com/NPM-Workbench/icanhazip-client/issues"
  }
}
