0
0
mirror of https://github.com/honojs/hono.git synced 2024-11-22 11:17:33 +01:00
hono/benchmarks/handle-event/package.json
2022-05-13 08:48:04 +09:00

20 lines
524 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"
}
}