mirror of
https://github.com/honojs/hono.git
synced 2024-11-22 11:17:33 +01:00
ff5a83b38b
* perf: Speed up to calculate content-length
21 lines
525 B
JSON
21 lines
525 B
JSON
{
|
|
"name": "hono-benchmark",
|
|
"version": "0.0.1",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"start": "node --experimental-specifier-resolution=node index.js"
|
|
},
|
|
"type": "module",
|
|
"author": "Yusuke Wada <yusuke@kamawada.com> (https://github.com/yusukebe)",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"benchmark": "^2.1.4",
|
|
"edge-mock": "^0.0.15",
|
|
"itty-router": "^2.4.8",
|
|
"sunder": "^0.10.0",
|
|
"worktop": "^0.7.3"
|
|
}
|
|
}
|