mirror of
https://github.com/honojs/hono.git
synced 2024-12-01 10:51:01 +00:00
15 lines
320 B
JSON
15 lines
320 B
JSON
|
{
|
||
|
"name": "sunder-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": {
|
||
|
"sunder": "^0.10.0"
|
||
|
}
|
||
|
}
|