mirror of
https://github.com/honojs/hono.git
synced 2024-11-22 11:17:33 +01:00
336afc812d
* chmod * declare `parsedBody` in middleware * Dont use any * Rename * rename and fixed benchmarks, update score
16 lines
378 B
JSON
16 lines
378 B
JSON
{
|
|
"name": "sunder-example-for-benchmark",
|
|
"version": "0.0.1",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"miniflare": "miniflare --port 8789"
|
|
},
|
|
"author": "Yusuke Wada <yusuke@kamawada.com> (https://github.com/yusukebe)",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"sunder": "^0.10.0"
|
|
}
|
|
}
|