UNPKG

@tinyhttp/app

Version:

0-legacy, tiny & fast web framework as a replacement of Express

46 lines 1.01 kB
{ "name": "@tinyhttp/app", "version": "3.0.6", "description": "0-legacy, tiny & fast web framework as a replacement of Express", "type": "module", "homepage": "https://tinyhttp.v1rtl.site", "repository": { "type": "git", "url": "https://github.com/tinyhttp/tinyhttp.git", "directory": "packages/app" }, "funding": { "type": "individual", "url": "https://github.com/tinyhttp/tinyhttp?sponsor=1" }, "types": "./dist/index.d.ts", "exports": "./dist/index.js", "files": [ "dist" ], "engines": { "node": ">=16.10.0" }, "keywords": [ "tinyhttp", "router", "backend", "http", "framework", "api" ], "author": "v1rtl", "license": "MIT", "dependencies": { "regexparam": "^2.0.2", "@tinyhttp/accepts": "^2.3.0", "@tinyhttp/cookie": "2.1.1", "@tinyhttp/proxy-addr": "3.0.1", "@tinyhttp/req": "2.2.8", "@tinyhttp/res": "2.2.10", "@tinyhttp/router": "2.2.5" }, "scripts": { "build": "tsc" } }