From 91686cd628f6fd48938f90787c42f71a823882f7 Mon Sep 17 00:00:00 2001 From: Redume Date: Wed, 14 Feb 2024 15:10:49 +0300 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=D1=8B=20=D0=BD=D0=BE=D0=B2=D1=8B=D0=B5=20=D0=BC=D0=BE?= =?UTF-8?q?=D0=B4=D1=83=D0=BB=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 42ae0c6..56cb5f5 100644 --- a/package.json +++ b/package.json @@ -1,11 +1,16 @@ { "name": "currency-chart", "version": "1.0.0", - "description": "", + "description": "Chart for popular fiat currencies", "main": "main.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "author": "Redume", - "license": "ISC" + "license": "ISC", + "dependencies": { + "fastify": "^4.26.1", + "pg": "^8.11.3", + "yaml": "^2.3.4" + } }