{ "name": "hono", "version": "0.0.2", "description": "Minimal web framework for Cloudflare Workers", "main": "src/hono.js", "scripts": { "test": "jest --verbose" }, "author": "Yusuke Wada (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" } }