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
616 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",
2024-07-06 12:25:28 +02:00
"express": "^4.19.2",
"find-my-way": "^8.2.0",
"koa-router": "^12.0.1",
2023-01-29 06:10:47 +01:00
"koa-tree-router": "^0.12.1",
2024-07-06 12:25:28 +02:00
"memoirist": "^0.2.0",
2023-01-29 06:10:47 +01:00
"mitata": "^0.1.6",
2024-07-06 12:25:28 +02:00
"radix3": "^1.1.2",
"rou3": "^0.1.0",
2023-01-29 06:10:47 +01:00
"trek-router": "^1.2.0"
}
2024-07-06 12:25:28 +02:00
}