{
  "author": "IPGeolocation.io",
  "name": "ip-geolocation-api-javascript-sdk",
  "version": "3.0.1",
  "description": "Official JavaScript SDK for the IPGeolocation IP Location API with single and bulk lookup, typed JSON, and raw JSON/XML support.",
  "license": "MIT",
  "type": "module",
  "main": "./dist/index.cjs",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "require": "./dist/index.cjs"
    },
    "./package.json": "./package.json"
  },
  "files": [
    "dist",
    "README.md",
    "CHANGELOG.md",
    "LICENSE"
  ],
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/IPGeolocation/ip-geolocation-api-javascript-sdk.git"
  },
  "bugs": {
    "url": "https://github.com/IPGeolocation/ip-geolocation-api-javascript-sdk/issues"
  },
  "homepage": "https://github.com/IPGeolocation/ip-geolocation-api-javascript-sdk#readme",
  "keywords": [
    "ipgeolocation",
    "geolocation",
    "ip",
    "ip-location",
    "ip-geolocation",
    "ip-lookup",
    "api",
    "sdk",
    "javascript",
    "nodejs",
    "fetch",
    "timezone",
    "hostname",
    "user-agent",
    "asn",
    "security",
    "vpn-detection",
    "proxy-detection",
    "bulk-lookup"
  ],
  "sideEffects": false,
  "engines": {
    "node": ">=18"
  },
  "scripts": {
    "build": "tsup",
    "clean": "rm -rf dist coverage",
    "typecheck": "tsc --noEmit",
    "test": "vitest run tests/unit",
    "test:watch": "vitest tests/unit",
    "test:coverage": "vitest run tests/unit --coverage",
    "test:live": "vitest run tests/live/live-integration.test.ts",
    "test:parity": "vitest run tests/live/live-field-parity.test.ts"
  },
  "devDependencies": {
    "@types/node": "^24.5.2",
    "@vitest/coverage-v8": "^3.2.4",
    "tsup": "^8.5.0",
    "typescript": "^5.9.2",
    "vitest": "^3.2.4"
  }
}
