mirror of
https://github.com/Redume/Kekkai.git
synced 2025-02-23 12:43:12 +03:00
Добавил описание в package.json и новые библиотеки
This commit is contained in:
parent
1c516c775e
commit
f1f990343a
2 changed files with 61 additions and 4 deletions
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue