0
0
mirror of https://github.com/honojs/hono.git synced 2024-11-28 08:57:34 +01:00
hono/package.json
2022-01-01 16:24:52 +09:00

20 lines
514 B
JSON

{
"name": "hono",
"version": "0.0.8",
"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",
"devDependencies": {
"jest": "^27.4.5",
"node-fetch": "^2.6.6"
}
}