mirror of
https://github.com/versia-pub/server.git
synced 2025-12-06 00:18:19 +01:00
23 lines
548 B
JSON
23 lines
548 B
JSON
{
|
|
"name": "@versia-server/logging",
|
|
"module": "index.ts",
|
|
"type": "module",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"exports": {
|
|
".": {
|
|
"import": "./index.ts",
|
|
"default": "./index.ts"
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"@versia-server/config": "workspace:*",
|
|
"@logtape/logtape": "catalog:",
|
|
"@logtape/file": "catalog:",
|
|
"@logtape/sentry": "catalog:",
|
|
"@logtape/otel": "catalog:",
|
|
"@sentry/bun": "catalog:",
|
|
"chalk": "catalog:"
|
|
}
|
|
}
|