mirror of
https://github.com/Redume/Kekkai.git
synced 2025-02-23 20:51:25 +03:00
Написал минимально сервис базы данных. Получение валюты за опр. день или период
This commit is contained in:
parent
8f0207ad06
commit
92764ae964
6 changed files with 876 additions and 0 deletions
24
database/package.json
Normal file
24
database/package.json
Normal file
|
@ -0,0 +1,24 @@
|
|||
{
|
||||
"name": "database",
|
||||
"version": "1.0.0",
|
||||
"main": "postgresql.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": "",
|
||||
"dependencies": {
|
||||
"fastify": "^4.28.1",
|
||||
"pg": "^8.12.0",
|
||||
"yaml": "^2.5.0"
|
||||
}
|
||||
}
|
Loading…
Add table
Reference in a new issue