mirror of
https://github.com/Redume/Kekkai.git
synced 2025-02-23 12:43:12 +03:00
Добавлены новые модули
This commit is contained in:
parent
9d1022e2ef
commit
91686cd628
1 changed files with 7 additions and 2 deletions
|
@ -1,11 +1,16 @@
|
||||||
{
|
{
|
||||||
"name": "currency-chart",
|
"name": "currency-chart",
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"description": "",
|
"description": "Chart for popular fiat currencies",
|
||||||
"main": "main.js",
|
"main": "main.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "echo \"Error: no test specified\" && exit 1"
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||||||
},
|
},
|
||||||
"author": "Redume",
|
"author": "Redume",
|
||||||
"license": "ISC"
|
"license": "ISC",
|
||||||
|
"dependencies": {
|
||||||
|
"fastify": "^4.26.1",
|
||||||
|
"pg": "^8.11.3",
|
||||||
|
"yaml": "^2.3.4"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue