@tinyhttp/send
Version:
json, send, sendFile, status and sendStatus methods for tinyhttp
40 lines • 802 B
JSON
{
"name": "@tinyhttp/send",
"version": "2.2.4",
"type": "module",
"description": "json, send, sendFile, status and sendStatus methods for tinyhttp",
"homepage": "https://tinyhttp.v1rtl.site",
"repository": {
"type": "git",
"url": "https://github.com/tinyhttp/tinyhttp.git",
"directory": "packages/res"
},
"types": "./dist/index.d.ts",
"exports": "./dist/index.js",
"keywords": [
"tinyhttp",
"node.js",
"web framework",
"web",
"backend",
"res",
"send",
"send-file"
],
"engines": {
"node": ">=14.13.1"
},
"author": "v1rtl",
"license": "MIT",
"dependencies": {
"@tinyhttp/content-type": "^0.1.4",
"mime": "4.1.0",
"@tinyhttp/etag": "2.1.2"
},
"files": [
"dist"
],
"scripts": {
"build": "tsc"
}
}