{
  "name": "@deepzua/nominatim-js",
  "version": "1.0.16",
  "description": "Unofficial JS SDK for the Nominatim Open Street Map service that allows geocoding and reverse geocoding",
  "keywords": [
    "nominatim",
    "open",
    "gis",
    "osm",
    "open",
    "street",
    "map"
  ],
  "author": "Juan Camilo Guarín P <jcguarinpenaranda@gmail.com>",
  "homepage": "https://github.com/DeepzUa/opensource#readme",
  "license": "MIT",
  "main": "lib/nominatim-js.js",
  "directories": {
    "lib": "lib",
    "test": "__tests__"
  },
  "files": [
    "lib"
  ],
  "repository": {
    "type": "git",
    "url": "git@github.com:DeepzUa/opensource.git"
  },
  "scripts": {
    "test": "echo \"Error: run tests from root\" && exit 1",
    "build": "tsc"
  },
  "bugs": {
    "url": "https://github.com/DeepzUa/opensource/issues"
  },
  "dependencies": {
    "cross-fetch": "3.1.5"
  }
}
