mirror of
https://github.com/sourcebot-dev/sourcebot.git
synced 2025-12-13 21:05:22 +00:00
25 lines
505 B
JSON
25 lines
505 B
JSON
|
|
{
|
||
|
|
"name": "@sourcebot/logger",
|
||
|
|
"version": "0.1.0",
|
||
|
|
"main": "dist/index.js",
|
||
|
|
"type": "module",
|
||
|
|
"private": true,
|
||
|
|
"scripts": {
|
||
|
|
"build": "tsc",
|
||
|
|
"postinstall": "yarn build"
|
||
|
|
},
|
||
|
|
"dependencies": {
|
||
|
|
"@logtail/node": "^0.5.2",
|
||
|
|
"@logtail/winston": "^0.5.2",
|
||
|
|
"@t3-oss/env-core": "^0.12.0",
|
||
|
|
"dotenv": "^16.4.5",
|
||
|
|
"triple-beam": "^1.4.1",
|
||
|
|
"winston": "^3.15.0",
|
||
|
|
"zod": "^3.24.3"
|
||
|
|
},
|
||
|
|
"devDependencies": {
|
||
|
|
"@types/node": "^22.7.5",
|
||
|
|
"typescript": "^5.7.3"
|
||
|
|
}
|
||
|
|
}
|