mirror of
https://github.com/Redume/Kekkai.git
synced 2025-02-23 12:43:12 +03:00
24 lines
603 B
JSON
24 lines
603 B
JSON
{
|
|
"name": "collect-currency",
|
|
"version": "1.0.0",
|
|
"main": "main.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/Redume/Kekkai.git"
|
|
},
|
|
"author": "Redume",
|
|
"license": "GPL-3.0-or-later",
|
|
"bugs": {
|
|
"url": "https://github.com/Redume/Kekkai/issues"
|
|
},
|
|
"homepage": "https://github.com/Redume/Kekkai#readme",
|
|
"description": "Service for collecting the exchange rate",
|
|
"dependencies": {
|
|
"axios": "^1.7.2",
|
|
"cron-validator": "^1.3.1",
|
|
"node-schedule": "^2.1.1"
|
|
}
|
|
}
|