-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.67 KB
/
package.json
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
48
49
50
51
52
53
54
{
"name": "serve",
"version": "0.8.6",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/oghdev/serve.git"
},
"author": "",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/oghdev/serve/issues"
},
"homepage": "https://github.com/oghdev/serve#readme",
"dependencies": {
"@koa/cors": "^3.1.0",
"@koa/router": "^9.4.0",
"@opentelemetry/api": "^0.20.0",
"@opentelemetry/context-zone": "^0.23.0",
"@opentelemetry/exporter-jaeger": "^0.23.0",
"@opentelemetry/exporter-zipkin": "^0.23.0",
"@opentelemetry/instrumentation": "^0.23.0",
"@opentelemetry/instrumentation-http": "^0.23.0",
"@opentelemetry/instrumentation-koa": "^0.23.0",
"@opentelemetry/node": "^0.23.0",
"@opentelemetry/resources": "^0.23.0",
"@opentelemetry/semantic-conventions": "^0.23.0",
"@opentelemetry/tracing": "^0.23.0",
"elastic-apm-node": "github:dominicporteous/apm-agent-nodejs#3.x",
"koa": "^2.13.1",
"koa-body": "^4.2.0",
"koa-compose": "^4.1.0",
"koa-compress": "^5.0.1",
"koa-mount": "^4.0.0",
"koa-prometheus-adv": "^1.0.1",
"logger": "https://github.com/oghdev/logger/archive/refs/tags/2.0.0.tar.gz",
"maikai": "^0.8.1",
"prom-client": "^13.1.0",
"serialize-error": "^7.0.1",
"uuid": "^8.3.2"
},
"devDependencies": {
"eslint": "^7.17.0",
"eslint-config-standard": "^14.1.1",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.1.0"
}
}