mirror of
https://github.com/honojs/hono.git
synced 2024-11-28 08:57:34 +01:00
33 lines
687 B
JSON
33 lines
687 B
JSON
{
|
|
"name": "hono",
|
|
"version": "0.0.10",
|
|
"description": "Minimal web framework for Cloudflare Workers and Fastly Compute@Edge",
|
|
"main": "src/hono.js",
|
|
"scripts": {
|
|
"test": "jest"
|
|
},
|
|
"author": "Yusuke Wada <yusuke@kamawada.com> (https://github.com/yusukebe)",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/yusukebe/hono.git"
|
|
},
|
|
"homepage": "https://github.com/yusukebe/hono",
|
|
"keywords": [
|
|
"web",
|
|
"app",
|
|
"http",
|
|
"application",
|
|
"framework",
|
|
"router",
|
|
"cloudflare",
|
|
"workers",
|
|
"fastly",
|
|
"compute@edge"
|
|
],
|
|
"devDependencies": {
|
|
"edge-mock": "^0.0.15",
|
|
"jest": "^27.4.5"
|
|
}
|
|
}
|