Добавил описание в package.json и новые библиотеки

This commit is contained in:
Данил 2024-08-02 15:40:19 +03:00
parent 1c516c775e
commit f1f990343a
2 changed files with 61 additions and 4 deletions

View file

@ -1,7 +1,7 @@
{
"name": "collect-currency",
"version": "1.0.0",
"main": "save_fiat.js",
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
@ -15,8 +15,10 @@
"url": "https://github.com/Redume/Kekkai/issues"
},
"homepage": "https://github.com/Redume/Kekkai#readme",
"description": "",
"description": "Service for collecting the exchange rate",
"dependencies": {
"axios": "^1.7.2"
"axios": "^1.7.2",
"cron-validator": "^1.3.1",
"node-schedule": "^2.1.1"
}
}