0
0
mirror of https://github.com/honojs/hono.git synced 2024-11-24 19:26:56 +01:00
hono/benchmarks/handle-event/package.json
Yusuke Wada 548c12b5cd
chore(benchmark): polyfill Request and Response (#287)
* chore(benchmark): polyfill `Request` and `Response`

* polyfill
2022-06-01 05:48:20 +09:00

22 lines
553 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.6.1",
"node-fetch": "^3.2.4",
"sunder": "^0.10.1",
"worktop": "^0.7.3"
}
}