mirror of
https://github.com/honojs/hono.git
synced 2024-11-22 19:44:26 +01:00
11 lines
314 B
JSON
11 lines
314 B
JSON
{
|
|
"name": "hono",
|
|
"version": "0.0.1",
|
|
"description": "Minimal web framework for such as Cloudflare Workers",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "Yusuke Wada <yusuke@kamawada.com> (https://github.com/yusukebe)",
|
|
"license": "MIT"
|
|
} |