geolocator-helper
Version:
Lightweight geolocation library providing latitude, longitude, address conversion via OlaMaps API, and real-time network status detection.
37 lines (36 loc) • 933 B
JSON
{
"name": "geolocator-helper",
"version": "1.2.1",
"type": "module",
"description": " Lightweight geolocation library providing latitude, longitude, address conversion via OlaMaps API, and real-time network status detection.",
"main": "dist/index.js",
"scripts": {
"build": "npx rollup -c"
},
"repository": {
"type": "git",
"url": "git+https://github.com/amul69906995/geolocator-helper.git"
},
"keywords": [
"geolocation",
"latitude",
"longitude",
"reverse geocoding",
"geocoding",
"location",
"internet-status",
"network-status",
"online-offline"
],
"author": "amul kumar",
"license": "ISC",
"bugs": {
"url": "https://github.com/amul69906995/geolocator-helper/issues"
},
"homepage": "https://github.com/amul69906995/geolocator-helper#readme",
"devDependencies": {
"react": "^18.3.1",
"react-dom": "^18.3.1",
"rollup": "^4.20.0"
}
}