Kekkai/logger/package.json

24 lines
541 B
JSON
Raw Normal View History

{
"name": "logger",
"version": "1.0.0",
"main": "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"
}
}