Перенес файлы в общую папку

This commit is contained in:
Данил 2024-08-14 17:14:38 +03:00
parent b9a45b69b4
commit 7c835e145a
14 changed files with 7 additions and 9 deletions

View file

@ -0,0 +1,23 @@
{
"name": "logger",
"version": "1.0.0",
"main": "src/main.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": "Log management Service",
"dependencies": {
"pino": "^9.3.2",
"pino-pretty": "^11.2.2"
}
}