{
  "name": "@radically-straightforward/server",
  "version": "2.0.4",
  "description": "🦾 HTTP server in Node.js",
  "keywords": [
    "server",
    "http"
  ],
  "homepage": "https://github.com/radically-straightforward/radically-straightforward",
  "repository": "https://github.com/radically-straightforward/radically-straightforward",
  "bugs": "https://github.com/radically-straightforward/radically-straightforward/issues",
  "funding": [
    "https://patreon.com/leafac",
    "https://github.com/sponsors/leafac",
    "https://paypal.me/LeandroFacchinettiEU",
    "https://btc.com/34KJBgtaFYMtDqpSgMayw9qiKWg2GQXA9M"
  ],
  "author": "Leandro Facchinetti <radically-straightforward@leafac.com> (https://leafac.com)",
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  },
  "exports": "./build/index.mjs",
  "types": "./build/index.d.mts",
  "scripts": {
    "prepare": "tsc && documentation",
    "test": "npm run prepare && node --test \"./build/**/*.test.mjs\" && prettier --check ./README.md ./CHANGELOG.md ./package.json ./tsconfig.json ./source/"
  },
  "dependencies": {
    "@radically-straightforward/node": "^3.1.10",
    "@radically-straightforward/utilities": "^2.0.23",
    "@types/busboy": "^1.5.4",
    "busboy": "^1.6.0"
  },
  "devDependencies": {
    "@radically-straightforward/documentation": "^1.0.9",
    "@radically-straightforward/typescript": "^1.0.4",
    "@types/node": "^25.6.0",
    "prettier": "^3.8.3",
    "typescript": "^6.0.3"
  },
  "prettier": {}
}
