search-osm-batch
Version:
Search position info from openStreetMap with multiple places
46 lines (45 loc) • 967 B
JSON
{
"name": "search-osm-batch",
"version": "1.2.0",
"description": "Search position info from openStreetMap with multiple places",
"main": "index.js",
"license": "MIT",
"scripts": {
"test:watch": "jest -t --watchAll",
"test": "jest --coverage --forceExit --detectOpenHandles"
},
"author": {
"name": "Yofrank S.",
"email": "yofr4nk@gmail.com"
},
"keywords": [
"openstreetmap",
"Nominatim",
"javascript",
"json",
"batching",
"searching",
"geolocation",
"latitude",
"longitude",
"maps",
"osm"
],
"repository": {
"type": "git",
"url": "git+https://github.com/yofr4nk/search-osm-batch"
},
"bugs": {
"url": "https://github.com/yofr4nk/search-osm-batch/issues"
},
"homepage": "https://github.com/yofr4nk/search-osm-batch#readme",
"engines": {
"node": ">=14.18.0"
},
"dependencies": {
"axios": "^1.2.1"
},
"devDependencies": {
"jest": "^29.3.1"
}
}