forked from Castrogiovanni20/api-dolar-argentina
-
-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
40 lines (40 loc) · 872 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
37
38
39
40
{
"name": "dolarbot-api",
"version": "1.6.5",
"main": "index.js",
"gitRepo": "https://github.com/guidospadavecchia/DolarBot-Api",
"requiresApiKey": true,
"taxPercent": {
"ahorro": 155,
"tarjeta": 155,
"qatar": 155
},
"cacheTTLSeconds": {
"default": 300,
"crypto": 60,
"exchangeRateHost": 86400
},
"scripts": {
"start": "node index.js",
"lint": "eslint \"./**/*.js\""
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"axios": "^0.21.4",
"babel-eslint": "^10.1.0",
"body-parser": "^1.19.0",
"coingecko-api": "^1.0.10",
"dotenv": "^8.6.0",
"eslint": "^7.32.0",
"express": "^4.17.1",
"helmet": "^4.6.0",
"moment": "^2.29.4",
"moment-timezone": "^0.5.35",
"node-cache": "^5.1.2",
"web": "0.0.2",
"xml-js": "^1.6.11"
}
}