-
Notifications
You must be signed in to change notification settings - Fork 39
/
Copy pathpackage.json
52 lines (52 loc) · 1.37 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
{
"name": "bun-http-framework-benchmark",
"scripts": {
"benchmark": "bun bench.ts",
"kill-port": "kill-port 3000",
"ts-node": "ts-node"
},
"devDependencies": {
"@hono/node-server": "^1.12.0",
"@types/bun": "^1.1.6",
"@types/express": "^4.17.21",
"@types/kill-port": "^2.0.3",
"@types/koa": "^2.15.0",
"@types/koa-bodyparser": "^4.3.12",
"@types/koa-router": "^7.4.8"
},
"dependencies": {
"@bit-js/byte": "^1.6.1",
"@elysiajs/fn": "^0.6.1",
"@elysiajs/node": "1.2.0-rc.0",
"@hapi/hapi": "^21.3.10",
"@nbit/bun": "^0.13.4",
"@nestjs/common": "^10.3.10",
"@nestjs/core": "^10.3.10",
"@nestjs/platform-express": "^10.3.10",
"@oakserver/oak": "^14.1.0",
"bunrest": "^1.3.8",
"elysia": "1.2.0-rc.0",
"express": "^4.21.2",
"fastify": "^5.2.0",
"h3": "^1.13.0",
"hono": "^4.6.14",
"hyper-express": "^6.16.4",
"kill-port": "^2.0.1",
"koa": "^2.15.3",
"koa-bodyparser": "^4.4.1",
"koa-router": "^12.0.1",
"nhttp-land": "^1.3.26",
"reflect-metadata": "^0.2.2",
"rxjs": "^7.8.1",
"ts-node": "^10.9.2",
"typescript": "^5.5.4",
"uWebSockets.js": "github:uNetworking/uWebSockets.js#v20.48.0",
"ultimate-express": "^1.2.5",
"vixeny": "^0.1.47",
"wobe": "^1.1.7"
},
"module": "index.ts",
"peerDependencies": {
"typescript": "^5.0.0"
}
}