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" + } }