-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 903 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"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"
}
}