Skip to main content
Module

x/dero/egg.json

Fast web framework for Deno (support native HTTP/2 Hyper and std/http).
Go to Latest
File
{ "$schema": "https://x.nest.land/eggs@0.3.6/src/schema.json", "name": "dero", "entry": "./mod.ts", "description": "Fast micro framework for Deno (support native HTTP/2 Hyper and std/http)", "homepage": "https://github.com/herudi/dero", "version": "0.2.0", "files": [ "./decorators.ts", "./respond.ts", "./deps.ts", "./dero.ts", "./mod.ts", "./router.ts", "./types.ts", "./utils.ts", "LICENSE", "README.md" ], "ignore": [], "checkFormat": false, "checkTests": false, "checkInstallation": false, "check": true, "unlisted": false}