{
  "name": "maxmind",
  "version": "4.3.6",
  "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"
  ],
  "dependencies": {
    "mmdb-lib": "2.0.2",
    "tiny-lru": "8.0.2"
  },
  "devDependencies": {
    "@types/ip-address": "6.0.0",
    "@types/jest": "27.4.0",
    "@types/node": "16.11.22",
    "@types/sinon": "10.0.10",
    "ip-address": "8.1.0",
    "jest": "27.4.7",
    "semantic-release": "18.0.1",
    "sinon": "13.0.1",
    "ts-jest": "27.1.3",
    "tslint": "6.1.3",
    "typescript": "4.5.5"
  },
  "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": ">=10",
    "npm": ">=6"
  },
  "license": "MIT",
  "scripts": {
    "build": "rm -rf lib/* && tsc",
    "lint": "tslint -p tsconfig.json -c tslint.json",
    "lint:types": "tsc --noEmit",
    "test": "jest",
    "prepublish": "npm run build",
    "semantic-release": "semantic-release"
  }
}
