{
  "name": "@solumjs/http",
  "version": "0.3.6",
  "description": "SolumJS HTTP abstraction, router and Node.js adapter",
  "license": "MIT",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "tsc -p tsconfig.build.json",
    "prepublishOnly": "npm run build",
    "test": "jest"
  },
  "dependencies": {
    "@solumjs/core": "^0.3.5"
  },
  "peerDependencies": {
    "redis": "^6.2.1"
  },
  "peerDependenciesMeta": {
    "redis": {
      "optional": true
    }
  },
  "devDependencies": {
    "@types/node": "^26.2.0",
    "typescript": "^6.0.3"
  },
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/hidesec/solum.git",
    "directory": "packages/http"
  },
  "engines": {
    "node": ">=24.0.0"
  }
}
