0
0
mirror of https://github.com/honojs/hono.git synced 2024-12-01 10:51:01 +00:00
hono/benchmarks/routers/package.json

22 lines
544 B
JSON
Raw Normal View History

2023-01-29 05:10:47 +00: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 05:10:47 +00: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",
"mitata": "^0.1.6",
"trek-router": "^1.2.0"
}
}