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",
|
2023-01-03 22:19:18 +01:00
|
|
|
"itty-router": "^3.0.11",
|
2022-09-20 15:46:13 +02:00
|
|
|
"node-fetch": "^3.2.10",
|
2022-05-31 22:48:20 +02:00
|
|
|
"sunder": "^0.10.1",
|
2022-01-08 22:05:04 +01:00
|
|
|
"worktop": "^0.7.3"
|
2021-12-27 10:24:00 +01:00
|
|
|
}
|
2023-02-10 22:19:23 +01:00
|
|
|
}
|