-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.1 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.1 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
{
"name": "@platformatic/instrumentation-light-my-request",
"version": "1.0.4",
"description": "OpenTelemetry instrumentation for light-my-request (Fastify inject)",
"main": "lib/instrumentation.js",
"scripts": {
"test": "node --test test/*.test.cjs",
"lint": "eslint"
},
"keywords": [
"opentelemetry",
"instrumentation",
"light-my-request",
"fastify",
"inject",
"platformatic"
],
"author": "Platformatic",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "git+https://github.com/platformatic/instrumentation-light-my-request.git"
},
"dependencies": {
"@opentelemetry/instrumentation": "^0.53.0",
"@opentelemetry/semantic-conventions": "^1.27.0"
},
"peerDependencies": {
"@opentelemetry/api": "^1.0.0",
"light-my-request": ">=4.0.0"
},
"devDependencies": {
"@opentelemetry/api": "^1.9.0",
"@opentelemetry/sdk-trace-base": "^1.28.0",
"@opentelemetry/sdk-trace-node": "^1.28.0",
"eslint": "^9.18.0",
"light-my-request": "^4.12.0",
"neostandard": "^0.12.2"
},
"engines": {
"node": ">=20"
}
}