-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.01 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.01 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
{
"name": "otel-tester",
"version": "1.0.0",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node backend/server.js",
"dev": "NODE_ENV=development nodemon backend/server.js"
},
"type": "module",
"keywords": ["otel", "collector", "refinery", "tester"],
"author": "Howard Yoo",
"license": "ISC",
"description": "A tool to test the otel collector and refinery",
"dependencies": {
"express": "^4.21.2",
"child_process": "^1.0.2",
"fs": "^0.0.1-security",
"js-yaml": "^4.1.0",
"http": "^0.0.1-security",
"https": "^1.0.0",
"ws": "^8.11.0",
"@msgpack/msgpack": "^2.7.0",
"compression": "^1.7.4",
"stream": "^0.0.2",
"fast-zstd": "^1.0.0",
"tar-fs": "^2.1.1",
"follow-redirects": "^1.15.2",
"marked":"^15.0.7",
"openai":"^4.86.1",
"dotenv":"^16.4.7",
"dotenv-flow":"^4.1.0",
"basic-auth":"^2.0.1",
"ajv":"^8.17.1",
"ajv-formats":"^3.0.1"
},
"devDependencies": {
"nodemon": "^3.1.9"
}
}