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