0
0
mirror of https://github.com/honojs/hono.git synced 2024-12-01 10:51:01 +00:00
hono/benchmarks/routers/package.json
Taku Amano 1a1de75296 feat: Introduce LinearRouter. (#1043)
* feat: Introduce LinearRouter.

* chore: Add benchmark script.

* chore: denoify
2023-04-28 12:10:20 +09:00

22 lines
544 B
JSON

{
"scripts": {
"bench:node": "tsx ./src/bench.mts",
"bench:bun": "bun run ./src/bench.mts",
"bench-includes-init:node": "tsx ./src/bench-includes-init.mts",
"bench-includes-init:bun": "bun run ./src/bench-includes-init.mts"
},
"license": "MIT",
"devDependencies": {
"tsx": "^3.12.2"
},
"dependencies": {
"@medley/router": "^0.2.1",
"express": "^4.18.2",
"find-my-way": "^7.4.0",
"koa-router": "^12.0.0",
"koa-tree-router": "^0.12.1",
"mitata": "^0.1.6",
"trek-router": "^1.2.0"
}
}