{
  "name": "maxmind-nedmedia",
  "version": "0.0.1",
  "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"
  ],
  "author": "Dmitry Shirokov <deadrunk@gmail.com>",
  "contributors": [
    "Thomas Birke @quafzi <quafzi@netextreme.de>",
    "Afzaal Ameer @afzaalace",
    "Andrew N Golovkov @AndorCS"
  ],
  "dependencies": {
    "big-integer": "^1.6.44",
    "tiny-lru": "6.0.1"
  },
  "devDependencies": {
    "@types/ip-address": "5.8.2",
    "@types/jest": "24.0.16",
    "@types/node": "10.14.13",
    "@types/sinon": "7.0.13",
    "ip-address": "5.9.4",
    "jest": "24.8.0",
    "sinon": "7.3.2",
    "ts-jest": "24.0.2",
    "tslint": "5.18.0",
    "typescript": "3.4.5",
    "semantic-release": "15.13.19"
  },
  "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"
  }
}
