23 lines
575 B
JSON
23 lines
575 B
JSON
{
|
|
"name": "@konobangu/observability",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"clean": "git clean -xdf .cache .turbo dist node_modules",
|
|
"typecheck": "tsc --noEmit --emitDeclarationOnly false"
|
|
},
|
|
"dependencies": {
|
|
"@konobangu/env": "workspace:*",
|
|
"@logtail/next": "^0.1.7",
|
|
"@sentry/nextjs": "^8.48.0",
|
|
"react": "^19.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@konobangu/typescript-config": "workspace:*",
|
|
"@types/node": "22.10.1",
|
|
"@types/react": "19.0.1",
|
|
"@types/react-dom": "^19.0.3",
|
|
"typescript": "^5.7.3"
|
|
}
|
|
}
|