{
  "name": "geolite",
  "version": "0.2.3",
  "description": "A lightweight geo data toolkit with countries, states, cities, timezones, currencies, and dialing codes. Works with Prisma and SQLite.",
  "keywords": [
    "geo",
    "country",
    "state",
    "city",
    "timezone",
    "currency",
    "dialing-code",
    "phone-code",
    "sqlite",
    "prisma",
    "geolite"
  ],
  "author": "Afzal Muhammad",
  "license": "MIT",
  "main": "index.js",
  "types": "index.d.ts",
  "exports": {
    ".": {
      "types": "./index.d.ts",
      "default": "./index.js"
    }
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/afzal6174/geolite.git"
  },
  "data": {
    "url": "https://github.com/afzal6174/geolite/data"
  },
  "bugs": {
    "url": "https://github.com/afzal6174/geolite/issues"
  },
  "homepage": "https://github.com/afzal6174/geolite#readme"
}
