-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.32 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.32 KB
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"name": "@levicape/loglayer-effect",
"description": "Effect integrations for loglayer",
"version": "1.0.0",
"dependencies": {
"serialize-error": "^12.0.0",
"std-env": "^3.9.0"
},
"devDependencies": {
"@types/aws-lambda": "^8.10.149",
"@types/node": "^24.0.1",
"@types/verror": "^1.10.11",
"prettier": "^3.5.3",
"publint": "^0.3.12",
"syncpack": "^13.0.4",
"typescript": "^5.5.3"
},
"exports": {
".": "./module/LoggingContext.mjs",
"./*": "./module/*.mjs"
},
"files": [
"module"
],
"packageManager": "pnpm@9.15.9+sha512.68046141893c66fad01c079231128e9afb89ef87e2691d69e4d40eee228988295fd4682181bae55b58418c3a253bde65a505ec7c5f9403ece5cc3cd37dcf2531",
"peerDependencies": {
"@aws-lambda-powertools/logger": "^2.21.0",
"@effect/platform": "^0.84.10",
"@effect/platform-node": "^0.85.15",
"@loglayer/plugin": "^2.1.0",
"@loglayer/transport-aws-lambda-powertools": "^3.1.0",
"@loglayer/transport-consola": "^2.1.0",
"@loglayer/transport-pino": "^2.2.0",
"consola": "^3.4.2",
"effect": "^3.16.6",
"loglayer": "^6.4.2",
"pino": "^9.7.0",
"pino-pretty": "^13.0.0"
},
"scripts": {
"build": "tsc",
"lint": "prettier -w src/*",
"precommit": "syncpack format",
"prepublishOnly": "publint --strict"
},
"type": "module"
}