{
    "name": "node-ipinfo",
    "version": "4.4.0",
    "description": "Official Node client library for IPinfo",
    "main": "dist/src/index.js",
    "types": "dist/src/index.d.ts",
    "files": [
        "/dist"
    ],
    "scripts": {
        "build": "tsc",
        "tsc": "tsc --pretty --watch",
        "test": "jest",
        "test --watch": "jest --watchAll"
    },
    "prepublish": "tsc",
    "repository": {
        "type": "git",
        "url": "git+https://github.com/ipinfo/node.git"
    },
    "keywords": [
        "IPinfo"
    ],
    "license": "Apache-2.0",
    "bugs": {
        "url": "https://github.com/ipinfo/node/issues"
    },
    "homepage": "https://ipinfo.io/",
    "engines": {
        "node": ">=14"
    },
    "dependencies": {
        "lru-cache": "^7.18.3",
        "node-fetch": "^2.7.0",
        "subnet-check": "^1.10.1"
    },
    "devDependencies": {
        "@types/jest": "^29.5.14",
        "@types/node": "^18.19.130",
        "dotenv": "^8.6.0",
        "jest": "^29.7.0",
        "jest-dev-server": "^10.1.4",
        "prettier": "^2.8.8",
        "test-fake-server": "^2.11.0",
        "ts-jest": "^29.4.6",
        "typescript": "^5.9.3"
    }
}
