2021-12-14 20:26:22 +01:00
|
|
|
{
|
|
|
|
"name": "hono",
|
2021-12-21 09:40:08 +01:00
|
|
|
"version": "0.0.4",
|
2021-12-14 21:05:03 +01:00
|
|
|
"description": "Minimal web framework for Cloudflare Workers",
|
|
|
|
"main": "src/hono.js",
|
2021-12-14 20:26:22 +01:00
|
|
|
"scripts": {
|
2021-12-27 04:12:22 +01:00
|
|
|
"test": "jest"
|
2021-12-14 20:26:22 +01:00
|
|
|
},
|
|
|
|
"author": "Yusuke Wada <yusuke@kamawada.com> (https://github.com/yusukebe)",
|
2021-12-14 20:58:45 +01:00
|
|
|
"license": "MIT",
|
2021-12-14 21:26:01 +01:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/yusukebe/hono.git"
|
|
|
|
},
|
|
|
|
"homepage": "https://github.com/yusukebe/hono",
|
2021-12-14 20:58:45 +01:00
|
|
|
"devDependencies": {
|
|
|
|
"jest": "^27.4.5",
|
|
|
|
"node-fetch": "^2.6.6"
|
|
|
|
}
|
2021-12-27 04:12:22 +01:00
|
|
|
}
|