UNPKG

cached-open-exchange-rates

Version:

Open Exchange Rates SDK that caches results to avoid hitting the usage limit

37 lines (36 loc) 903 B
{ "name": "cached-open-exchange-rates", "version": "0.1.0", "description": "Open Exchange Rates SDK that caches results to avoid hitting the usage limit", "main": "lib/index.js", "scripts": { "prebuild": "rm -r lib || true", "build": "tsc" }, "repository": { "type": "git", "url": "git+https://github.com/chamini2/cached-open-exchange-rates-sdk.git" }, "keywords": [ "oxr", "open-exchange-rates", "exchange", "cache", "sdk", "money", "exchange-rate", "currency" ], "author": "Matteo Ferrando", "license": "ISC", "bugs": { "url": "https://github.com/chamini2/cached-open-exchange-rates-sdk/issues" }, "homepage": "https://github.com/chamini2/cached-open-exchange-rates-sdk#readme", "dependencies": { "lodash.clone": "^4.5.0", "lowdb": "^1.0.0", "moment": "^2.21.0", "open-exchange-rates": "^0.3.0" } }