Currency-parser/package.json

23 lines
565 B
JSON

{
"name": "kekkai-currency-parser",
"version": "1.0.0",
"description": "Currency exchange rate parser from different sources",
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://git.redume.su/kekkai/currency-parser"
},
"author": "redume",
"license": "GPL-3.0-or-later",
"dependencies": {
"axios": "^1.8.4",
"cron-validator": "^1.3.1",
"hjson": "^3.2.2",
"joi": "^17.13.3",
"node-schedule": "^2.1.1",
"pg": "^8.14.1"
}
}