{
  "name": "maxmind",
  "version": "4.3.29",
  "homepage": "https://github.com/runk/node-maxmind",
  "description": "IP lookup using Maxmind databases",
  "keywords": [
    "maxmind",
    "mmdb",
    "geo",
    "geoip",
    "geoip2",
    "geobase",
    "geo lookup",
    "ip base",
    "geocode",
    "timezone",
    "asn",
    "geo lookup",
    "ip lookup"
  ],
  "author": "Dmitry Shirokov <deadrunk@gmail.com>",
  "contributors": [
    "Thomas Birke @quafzi <quafzi@netextreme.de>",
    "Afzaal Ameer @afzaalace",
    "Andrew N Golovkov @AndorCS",
    "Gregory Oschwald @oschwald",
    "Mariano Facundo Scigliano @MarianoFacundoArch"
  ],
  "dependencies": {
    "mmdb-lib": "2.2.1",
    "tiny-lru": "11.3.4"
  },
  "devDependencies": {
    "@types/ip6addr": "0.2.6",
    "@types/jest": "29.5.14",
    "@types/netmask": "2.0.5",
    "@types/node": "22.16.0",
    "@types/sinon": "17.0.4",
    "ip-address": "10.0.1",
    "ip6addr": "0.2.5",
    "jest": "29.7.0",
    "prettier": "3.6.2",
    "semantic-release": "24.2.7",
    "sinon": "21.0.0",
    "ts-jest": "29.4.0",
    "typescript": "5.8.3"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/runk/node-maxmind.git"
  },
  "bugs": {
    "mail": "deadrunk@gmail.com",
    "url": "http://github.com/runk/node-maxmind/issues"
  },
  "files": [
    "lib"
  ],
  "main": "lib/index.js",
  "typings": "lib/index.d.ts",
  "engines": {
    "node": ">=12",
    "npm": ">=6"
  },
  "license": "MIT",
  "scripts": {
    "build": "rm -rf lib/* && tsc",
    "format": "prettier --write .",
    "prepublish": "npm run build",
    "semantic-release": "semantic-release",
    "test": "jest"
  }
}
