{
  "name": "ip-api-fetch-info",
  "version": "0.0.3",
  "description": "A client for the ip-api.com",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "babel src/index.js -o index.js",
    "prepublish": "npm run build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/thiagozanetti/ip-api-fetch-info.git"
  },
  "keywords": [
    "ip-api",
    "geolocalization",
    "ip",
    "api"
  ],
  "author": "Thiago Zanetti <thiago.project@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/thiagozanetti/ip-api-fetch-info/issues"
  },
  "homepage": "https://github.com/thiagozanetti/ip-api-fetch-info#readme",
  "devDependencies": {
    "@babel/cli": "^7.8.4",
    "@babel/core": "^7.8.6",
    "@babel/preset-env": "^7.8.6"
  }
}
