0
0
mirror of https://github.com/honojs/hono.git synced 2024-12-01 10:51:01 +00:00
hono/benchmark/itty-router/package.json

15 lines
329 B
JSON
Raw Normal View History

2021-12-22 18:07:57 +00:00
{
"name": "itty-router-todos",
"version": "0.0.1",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Yusuke Wada <yusuke@kamawada.com> (https://github.com/yusukebe)",
"license": "MIT",
"dependencies": {
"itty-router": "^2.4.8"
}
}