Mercurial
comparison benchmark/bun-http-framework-benchmark/package.json @ 186:8cf4ec5e2191 hg-web
Fixed merge conflict.
| author | MrJuneJune <me@mrjunejune.com> |
|---|---|
| date | Fri, 23 Jan 2026 22:38:59 -0800 |
| parents | a8976a008a9d |
| children |
comparison
equal
deleted
inserted
replaced
| 176:fed99fc04e12 | 186:8cf4ec5e2191 |
|---|---|
| 1 { | |
| 2 "name": "bun-http-framework-benchmark", | |
| 3 "scripts": { | |
| 4 "benchmark": "bun bench.ts", | |
| 5 "kill-port": "kill-port 3000", | |
| 6 "ts-node": "ts-node" | |
| 7 }, | |
| 8 "devDependencies": { | |
| 9 "@hono/node-server": "^1.14.1", | |
| 10 "@types/bun": "^1.2.12", | |
| 11 "@types/express": "^5.0.1", | |
| 12 "@types/kill-port": "^2.0.3", | |
| 13 "@types/koa": "^2.15.0", | |
| 14 "@types/koa-bodyparser": "^4.3.12", | |
| 15 "@types/koa-router": "^7.4.8" | |
| 16 }, | |
| 17 "dependencies": { | |
| 18 "@bit-js/byte": "^2.0.0", | |
| 19 "@elysiajs/fn": "^0.6.1", | |
| 20 "@elysiajs/node": "1.2.6", | |
| 21 "@hapi/hapi": "^21.4.0", | |
| 22 "@nbit/bun": "^0.13.4", | |
| 23 "@nestjs/common": "^11.1.0", | |
| 24 "@nestjs/core": "^11.1.0", | |
| 25 "@nestjs/platform-express": "^11.1.0", | |
| 26 "@oakserver/oak": "^14.1.0", | |
| 27 "bunrest": "^1.3.8", | |
| 28 "elysia": "^1.3.0", | |
| 29 "express": "^5.1.0", | |
| 30 "fastify": "^5.3.2", | |
| 31 "h3": "^1.15.3", | |
| 32 "hono": "^4.7.8", | |
| 33 "hyper-express": "^6.17.3", | |
| 34 "kill-port": "^2.0.1", | |
| 35 "koa": "^3.0.0", | |
| 36 "koa-bodyparser": "^4.4.1", | |
| 37 "koa-router": "^13.0.1", | |
| 38 "nhttp-land": "^1.3.26", | |
| 39 "reflect-metadata": "^0.2.2", | |
| 40 "rxjs": "^7.8.2", | |
| 41 "ts-node": "^10.9.2", | |
| 42 "typescript": "^5.8.3", | |
| 43 "uWebSockets.js": "github:uNetworking/uWebSockets.js#v20.51.0", | |
| 44 "ultimate-express": "^1.4.9", | |
| 45 "vixeny": "^0.1.53", | |
| 46 "wobe": "^1.1.10" | |
| 47 }, | |
| 48 "module": "index.ts", | |
| 49 "peerDependencies": { | |
| 50 "typescript": "^5.0.0" | |
| 51 } | |
| 52 } |