0
0
mirror of https://github.com/honojs/hono.git synced 2024-11-22 11:17:33 +01:00
hono/benchmarks/routers/package.json

24 lines
595 B
JSON
Raw Normal View History

2023-01-29 06:10:47 +01:00
{
"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"
2023-01-29 06:10:47 +01:00
},
"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",
"memoirist": "^0.1.4",
2023-01-29 06:10:47 +01:00
"mitata": "^0.1.6",
2023-06-06 07:16:26 +02:00
"radix3": "^1.0.1",
2023-01-29 06:10:47 +01:00
"trek-router": "^1.2.0"
}
}