UNPKG

geocoder-opencagedata

Version:

An OpenCageData geocoder API client that supports caching and is written on typescript

42 lines (41 loc) 1.04 kB
{ "name": "geocoder-opencagedata", "version": "1.4.0", "description": "An OpenCageData geocoder API client that supports caching and is written on typescript", "main": "dist/index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "version": "npm run build", "postversion": "git push && git push --tags", "build": "tsc" }, "repository": { "type": "git", "url": "git+https://github.com/fedor-pavlov/geocoder-opencagedata.git" }, "keywords": [ "geocoder", "api", "opencage", "opencagedata", "geocoding", "longitude", "lattitude", "coordinates", "geo" ], "author": "Fedor Pavlov", "license": "MIT", "bugs": { "url": "https://github.com/fedor-pavlov/geocoder-opencagedata/issues" }, "homepage": "https://github.com/fedor-pavlov/geocoder-opencagedata#readme", "devDependencies": { "@types/node-fetch": "^2.5.8", "typescript": "^4.1.3" }, "dependencies": { "node-fetch": "^2.6.1", "pace-keeper": "^1.2.1" } }