2021-12-14 20:26:22 +01:00
|
|
|
{
|
|
|
|
"name": "hono",
|
2022-01-03 10:15:44 +01:00
|
|
|
"version": "0.0.10",
|
2022-01-01 07:35:17 +01:00
|
|
|
"description": "Minimal web framework for Cloudflare Workers and Fastly Compute@Edge",
|
2021-12-14 21:05:03 +01:00
|
|
|
"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",
|
2022-01-02 14:01:09 +01:00
|
|
|
"keywords": [
|
|
|
|
"web",
|
|
|
|
"app",
|
|
|
|
"http",
|
|
|
|
"application",
|
|
|
|
"framework",
|
|
|
|
"router",
|
|
|
|
"cloudflare",
|
|
|
|
"workers",
|
|
|
|
"fastly",
|
|
|
|
"compute@edge"
|
|
|
|
],
|
2021-12-14 20:58:45 +01:00
|
|
|
"devDependencies": {
|
2022-01-03 23:02:31 +01:00
|
|
|
"edge-mock": "^0.0.15",
|
|
|
|
"jest": "^27.4.5"
|
2021-12-14 20:58:45 +01:00
|
|
|
}
|
2022-01-03 23:02:31 +01:00
|
|
|
}
|