{
  "name": "@dcl/http-server",
  "version": "2.3.0",
  "description": "http server component",
  "repository": {
    "type": "git",
    "url": "https://github.com/decentraland/core-components",
    "directory": "components/http-server"
  },
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "dependencies": {
    "@well-known-components/interfaces": "^1.5.1",
    "destroy": "^1.2.0",
    "fp-future": "^1.0.1",
    "http-errors": "^2.0.0",
    "mitt": "^3.0.0",
    "on-finished": "^2.4.1",
    "path-to-regexp": "^6.3.0",
    "reflect-metadata": "^0.2.2",
    "@dcl/core-commons": "0.10.1"
  },
  "devDependencies": {
    "@types/busboy": "^1.5.4",
    "@types/destroy": "^1.0.0",
    "@types/http-errors": "^2.0.4",
    "@types/jest": "^30.0.0",
    "@types/node": "^20.3.2",
    "@types/on-finished": "^2.3.4",
    "@types/ws": "^8.5.4",
    "@well-known-components/env-config-provider": "^1.1.1",
    "@well-known-components/logger": "^3.1.2",
    "@well-known-components/test-helpers": "^1.3.0",
    "@jest/test-sequencer": "^30.0.2",
    "busboy": "^1.6.0",
    "jest": "^30.0.2",
    "ts-jest": "^29.4.0",
    "typescript": "^5.8.2",
    "undici": "^7.4.0",
    "ws": "^8.12.1"
  },
  "scripts": {
    "build": "tsc",
    "dev": "tsc --watch",
    "clean": "rm -rf dist",
    "test": "jest",
    "lint": "echo \"No linting configured\""
  }
}