0
0
mirror of https://github.com/honojs/hono.git synced 2024-11-22 11:17:33 +01:00
hono/package.json
2021-12-27 12:56:10 +09:00

21 lines
491 B
JSON

{
"name": "hono",
"version": "0.0.4",
"description": "Minimal web framework for Cloudflare Workers",
"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"
}
}