Skip to main content
Module

x/tinyhttp/egg.json

🦕 Deno port of tinyhttp, 0-legacy, tiny & fast web framework
Latest
File
{ "$schema": "https://x.nest.land/eggs@0.3.8/src/schema.json", "name": "tinyhttp", "entry": "./mod.ts", "description": "0-legacy, tiny & fast web framework as a replacement of Express", "homepage": "https://github.com/deno-libs/tinyhttp", "version": "0.1.23", "files": [ "./*.ts", "./utils/*.ts", "./extensions/**/*.ts", "README.md" ], "checkFormat": false, "checkTests": true, "checkInstallation": true, "check": true, "unlisted": false, "ignore": []}