Kekkai/collect-currency/package.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"
}
}