{
  "name": "mmdb-lib",
  "version": "2.0.2",
  "homepage": "https://github.com/runk/mmdb-lib",
  "description": "Maxmind DB (MMDB) Library",
  "keywords": [
    "maxmind",
    "mmdb",
    "geo",
    "geoip",
    "geoip2"
  ],
  "author": "Dmitry Shirokov <deadrunk@gmail.com>",
  "contributors": [
    "William Storey @horgh",
    "Uman Shahzad @UmanShahzad"
  ],
  "devDependencies": {
    "@types/ip-address": "5.8.2",
    "@types/jest": "27.0.0",
    "@types/node": "16.0.0",
    "@types/sinon": "7.5.2",
    "@typescript-eslint/eslint-plugin": "^4.4.0",
    "@typescript-eslint/parser": "^4.4.0",
    "eslint": "^7.10.0",
    "ip-address": "6.2.0",
    "jest": "^27.4.7",
    "prettier": "^2.1.2",
    "semantic-release": "^18.0.1",
    "sinon": "9.0.1",
    "ts-jest": "^27.1.2",
    "ts-node": "^10.4.0",
    "typescript": "4.5.4"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/runk/mmdb-lib.git"
  },
  "bugs": {
    "mail": "deadrunk@gmail.com",
    "url": "http://github.com/runk/mmdb-lib/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": "eslint . --ext .ts",
    "lint:types": "tsc --noEmit",
    "test": "jest",
    "test-imports": "node test/imports/commonjs.js && node test/imports/esm.mjs && ts-node test/imports/typescript.ts",
    "format": "prettier --write src",
    "prepublish": "npm run build",
    "semantic-release": "semantic-release"
  }
}
