update documentation

This commit is contained in:
2024-04-14 19:00:39 +02:00
parent 64d4fb011d
commit 5e4878e492
4 changed files with 158 additions and 42 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "@api.global/typedserver",
"version": "3.0.27",
"description": "easy serving of static files",
"description": "A TypeScript-based project for easy serving of static files with support for live reloading, compression, and typed requests.",
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
"type": "module",
@@ -15,8 +15,20 @@
"url": "https://github.com/pushrocks/easyserve.git"
},
"keywords": [
"serve",
"browser-sync"
"TypeScript",
"static file serving",
"live reload",
"compression",
"typed requests",
"HTTP server",
"SSL",
"cors",
"express middleware",
"proxy",
"sitemap",
"feeds",
"robots.txt",
"compression (gzip, deflate, brotli)"
],
"author": "Lossless GmbH <office@lossless.com> (https://lossless.com)",
"license": "MIT",
@@ -80,4 +92,4 @@
"browserslist": [
"last 1 chrome versions"
]
}
}