Kekkai/package.json

18 lines
365 B
JSON
Raw Normal View History

2024-02-13 23:02:10 +03:00
{
2024-02-14 16:10:36 +03:00
"name": "kekkai",
2024-02-13 23:02:10 +03:00
"version": "1.0.0",
"description": "Chart for popular fiat currencies",
2024-02-13 23:02:10 +03:00
"main": "main.js",
"scripts": {},
2024-02-13 23:02:10 +03:00
"author": "Redume",
"license": "LGPL-3.0-only",
"dependencies": {
"axios": "^1.6.7",
"axios-retry": "^4.0.0",
"fastify": "^4.26.1",
"node-schedule": "^2.1.1",
"pg": "^8.11.3",
"yaml": "^2.3.4"
}
2024-02-13 23:02:10 +03:00
}