Skip to main content
Module

x/dero/egg.json

Fast web framework for Deno (support native HTTP/2 Hyper and std/http).
Latest
File
{ "$schema": "https://x.nest.land/eggs@0.3.8/src/schema.json", "name": "dero_framework", "entry": "./mod.ts", "unstable": false, "description": "Fast web framework for Deno (support native HTTP/2 Hyper and std/http)", "homepage": "https://github.com/herudi/dero", "version": "1.2.4", "files": [ "./mod.ts", "./src/**/*", "./LICENSE", "./README.md" ], "ignore": [], "checkFormat": false, "checkTests": false, "checkInstallation": false, "check": true, "unlisted": false}