mirror of
https://github.com/Redume/Kekkai.git
synced 2025-02-23 04:33:11 +03:00
16 lines
341 B
JSON
16 lines
341 B
JSON
{
|
|
"name": "currency-chart",
|
|
"version": "1.0.0",
|
|
"description": "Chart for popular fiat currencies",
|
|
"main": "main.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "Redume",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"fastify": "^4.26.1",
|
|
"pg": "^8.11.3",
|
|
"yaml": "^2.3.4"
|
|
}
|
|
}
|