0
0
mirror of https://github.com/honojs/hono.git synced 2024-11-22 19:44:26 +01:00
hono/benchmarks/handle-event/package.json

21 lines
554 B
JSON
Raw Normal View History

2021-12-27 10:24:00 +01:00
{
"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": "^3.0.11",
"node-fetch": "^3.2.10",
"sunder": "^0.10.1",
"worktop": "^0.7.3"
2021-12-27 10:24:00 +01:00
}
2023-02-10 22:19:23 +01:00
}