15 lines
262 B
JSON
15 lines
262 B
JSON
{
|
|
"name": "@lisglosips/observability",
|
|
"version": "0.2.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"main": "dist/index.js",
|
|
"types": "dist/index.d.ts",
|
|
"scripts": {
|
|
"build": "tsc -p tsconfig.json"
|
|
},
|
|
"dependencies": {
|
|
"pino": "9.14.0"
|
|
}
|
|
}
|