Skip to main content
Module

x/tinyhttp/egg.json

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