{
  "name": "@loopback/http-server",
  "description": "A wrapper for creating HTTP/HTTPS servers",
  "version": "7.0.13",
  "license": "MIT",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "author": "IBM Corp. and LoopBack contributors",
  "copyright.owner": "IBM Corp. and LoopBack contributors",
  "repository": {
    "type": "git",
    "url": "https://github.com/loopbackio/loopback-next.git",
    "directory": "packages/http-server"
  },
  "engines": {
    "node": "20 || 22 || 24"
  },
  "scripts": {
    "build": "lb-tsc",
    "clean": "lb-clean loopback-http-server*.tgz dist *.tsbuildinfo package",
    "pretest": "npm run build",
    "test": "lb-mocha \"dist/__tests__/**/*.js\"",
    "verify": "npm pack && tar xf loopback-http-server*.tgz && tree package && npm run clean"
  },
  "publishConfig": {
    "access": "public"
  },
  "files": [
    "README.md",
    "dist",
    "src",
    "!*/__tests__"
  ],
  "dependencies": {
    "debug": "^4.4.3",
    "stoppable": "^1.1.0",
    "tslib": "^2.8.1"
  },
  "devDependencies": {
    "@loopback/build": "^12.0.13",
    "@loopback/core": "^7.0.13",
    "@loopback/eslint-config": "^16.0.1",
    "@loopback/testlab": "^8.0.13",
    "@types/debug": "^4.1.13",
    "@types/node": "^20.19.41",
    "@types/stoppable": "^1.1.3"
  },
  "gitHead": "945a39297882ccdb65953fb72efebb4f6ce2a132"
}
