Mercurial
view benchmark/bun-http-framework-benchmark/package.json @ 204:e5aed6c36672
[Notes] Added icons and updated styling a bit. Probalby usable now.
| author | MrJuneJune <me@mrjunejune.com> |
|---|---|
| date | Sun, 15 Feb 2026 11:02:13 -0800 |
| parents | a8976a008a9d |
| children |
line wrap: on
line source
{ "name": "bun-http-framework-benchmark", "scripts": { "benchmark": "bun bench.ts", "kill-port": "kill-port 3000", "ts-node": "ts-node" }, "devDependencies": { "@hono/node-server": "^1.14.1", "@types/bun": "^1.2.12", "@types/express": "^5.0.1", "@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": "^2.0.0", "@elysiajs/fn": "^0.6.1", "@elysiajs/node": "1.2.6", "@hapi/hapi": "^21.4.0", "@nbit/bun": "^0.13.4", "@nestjs/common": "^11.1.0", "@nestjs/core": "^11.1.0", "@nestjs/platform-express": "^11.1.0", "@oakserver/oak": "^14.1.0", "bunrest": "^1.3.8", "elysia": "^1.3.0", "express": "^5.1.0", "fastify": "^5.3.2", "h3": "^1.15.3", "hono": "^4.7.8", "hyper-express": "^6.17.3", "kill-port": "^2.0.1", "koa": "^3.0.0", "koa-bodyparser": "^4.4.1", "koa-router": "^13.0.1", "nhttp-land": "^1.3.26", "reflect-metadata": "^0.2.2", "rxjs": "^7.8.2", "ts-node": "^10.9.2", "typescript": "^5.8.3", "uWebSockets.js": "github:uNetworking/uWebSockets.js#v20.51.0", "ultimate-express": "^1.4.9", "vixeny": "^0.1.53", "wobe": "^1.1.10" }, "module": "index.ts", "peerDependencies": { "typescript": "^5.0.0" } }