UNPKG

geocoder-dadata

Version:

Dadata geocoder API client that supports caching and is written purely on typescript

41 lines (40 loc) 995 B
{ "name": "geocoder-dadata", "version": "1.0.1", "description": "Dadata geocoder API client that supports caching and is written purely 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-dadata.git" }, "keywords": [ "geocoder", "api", "dadata", "geocoding", "longitude", "lattitude", "coordinates", "geo" ], "author": "Fedor Pavlov", "license": "MIT", "bugs": { "url": "https://github.com/fedor-pavlov/geocoder-dadata/issues" }, "homepage": "https://github.com/fedor-pavlov/geocoder-dadata#readme", "devDependencies": { "@types/node-fetch": "^2.5.8", "typescript": "^4.1.3" }, "dependencies": { "node-fetch": "^2.6.1", "pace-keeper": "^1.2.1" } }