{
  "name": "@surfy/geoip",
  "version": "1.0.3",
  "description": "Best Free Rest API for IP-based user location detection",
  "main": "src/index.mjs",
  "scripts": {
    "test": "node test/index.mjs"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/hqdaemon/geoip.js.git"
  },
  "keywords": [
    "geoip"
  ],
  "author": {
    "name": "Alexander Yermolenko",
    "url": "https://surfy.one"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/hqdaemon/geoip.js/issues"
  },
  "homepage": "https://github.com/hqdaemon/geoip.js#readme",
  "dependencies": {
    "@surfy/request": "^1.0.3"
  }
}
