{
  "name": "@api.global/typedserver",
  "version": "3.0.72",
  "description": "A TypeScript-based project for easy serving of static files with support for live reloading, compression, and typed requests.",
  "type": "module",
  "exports": {
    ".": "./dist_ts/index.js",
    "./infohtml": "./dist_ts/infohtml/index.js",
    "./backend": "./dist_ts/index.js",
    "./edgeworker": "./dist_ts_edgeworker/index.js",
    "./web_inject": "./dist_ts_web_inject/index.js",
    "./web_serviceworker": "./dist_ts_web_serviceworker/index.js",
    "./web_serviceworker_client": "./dist_ts_web_serviceworker_client/index.js"
  },
  "scripts": {
    "test": "npm run build && tstest test/",
    "build": "tsbuild tsfolders --web --allowimplicitany && npm run bundle",
    "bundle": "tsbundle --from ./ts_web_inject/index.ts --to ./dist_ts_web_inject/bundle.js && tsbundle --from ./ts_web_serviceworker/index.ts --to ./dist_ts_web_serviceworker/serviceworker.bundle.js",
    "interfaces": "tsbuild interfaces --web --allowimplicitany --skiplibcheck",
    "docs": "tsdoc aidoc"
  },
  "repository": {
    "type": "git",
    "url": "https://code.foss.global/api.global/typedserver.git"
  },
  "keywords": [
    "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",
  "bugs": {
    "url": "https://code.foss.global/api.global/typedserver/issues"
  },
  "files": [
    "ts/**/*",
    "ts_web/**/*",
    "dist/**/*",
    "dist_*/**/*",
    "dist_ts/**/*",
    "dist_ts_web/**/*",
    "assets/**/*",
    "cli.js",
    "npmextra.json",
    "readme.md"
  ],
  "homepage": "https://code.foss.global/api.global/typedserver",
  "dependencies": {
    "@api.global/typedrequest": "^3.1.10",
    "@api.global/typedrequest-interfaces": "^3.0.19",
    "@api.global/typedsocket": "^3.0.1",
    "@cloudflare/workers-types": "^4.20250410.0",
    "@design.estate/dees-comms": "^1.0.27",
    "@push.rocks/lik": "^6.1.0",
    "@push.rocks/smartchok": "^1.0.34",
    "@push.rocks/smartdelay": "^3.0.5",
    "@push.rocks/smartenv": "^5.0.12",
    "@push.rocks/smartfeed": "^1.0.11",
    "@push.rocks/smartfile": "^11.2.0",
    "@push.rocks/smartjson": "^5.0.20",
    "@push.rocks/smartlog": "^3.0.7",
    "@push.rocks/smartlog-destination-devtools": "^1.0.12",
    "@push.rocks/smartlog-interfaces": "^3.0.2",
    "@push.rocks/smartmanifest": "^2.0.2",
    "@push.rocks/smartmatch": "^2.0.0",
    "@push.rocks/smartmime": "^2.0.4",
    "@push.rocks/smartntml": "^2.0.8",
    "@push.rocks/smartopen": "^2.0.0",
    "@push.rocks/smartpath": "^5.0.18",
    "@push.rocks/smartpromise": "^4.2.3",
    "@push.rocks/smartrequest": "^2.1.0",
    "@push.rocks/smartrx": "^3.0.7",
    "@push.rocks/smartsitemap": "^2.0.3",
    "@push.rocks/smartstream": "^3.2.5",
    "@push.rocks/smarttime": "^4.1.1",
    "@push.rocks/taskbuffer": "^3.1.7",
    "@push.rocks/webrequest": "^3.0.37",
    "@push.rocks/webstore": "^2.0.20",
    "@tsclass/tsclass": "^8.2.0",
    "@types/express": "^5.0.1",
    "body-parser": "^1.20.3",
    "cors": "^2.8.5",
    "express": "^4.21.2",
    "express-force-ssl": "^0.3.2",
    "lit": "^3.2.1"
  },
  "devDependencies": {
    "@git.zone/tsbuild": "^2.3.2",
    "@git.zone/tsbundle": "^2.2.5",
    "@git.zone/tsrun": "^1.3.3",
    "@git.zone/tstest": "^1.0.96",
    "@push.rocks/tapbundle": "^5.6.3",
    "@types/node": "^22.14.0"
  },
  "private": false,
  "browserslist": [
    "last 1 chrome versions"
  ],
  "packageManager": "pnpm@10.7.0+sha512.6b865ad4b62a1d9842b61d674a393903b871d9244954f652b8842c2b553c72176b278f64c463e52d40fff8aba385c235c8c9ecf5cc7de4fd78b8bb6d49633ab6"
}