-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 693 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 693 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
"name": "@storm-stack/telemetry",
"version": "1.2.3",
"private": false,
"description": "A Storm-Stack library used to drive server logging and handling telemetry processing in a NodeJS environment.",
"repository": {
"type": "github",
"url": "https://github.com/storm-software/storm-stack.git",
"directory": "packages/telemetry"
},
"type": "module",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@storm-software/config": "latest",
"@storm-software/config-tools": "latest",
"pino": "9.0.0",
"pino-loki": "2.1.3",
"pino-pretty": "10.3.1",
"zod": "^3.22.4"
},
"devDependencies": {
"@types/node": "^20.10.5"
}
}