{
  "name": "@pikku/uws-handler",
  "version": "0.12.9",
  "description": "uWebSockets.js HTTP and WebSocket handlers for Pikku — bring your own uWS app",
  "license": "MIT",
  "author": "yasser.fadl@gmail.com",
  "module": "dist/index.js",
  "main": "dist/index.js",
  "type": "module",
  "exports": {
    ".": "./dist/index.js"
  },
  "scripts": {
    "tsc": "tsc",
    "ncu": "npx npm-check-updates",
    "build": "tsc -b",
    "release": "npm run build && npm test",
    "test": "bash run-tests.sh",
    "test:watch": "bash run-tests.sh --watch",
    "test:coverage": "bash run-tests.sh --coverage",
    "prepublishOnly": "yarn build"
  },
  "peerDependencies": {
    "@pikku/core": "^0.12.87",
    "uWebSockets.js": "*"
  },
  "dependencies": {
    "cookie": "^2.0.1",
    "picoquery": "^2.5.0"
  },
  "devDependencies": {
    "typescript": "^6.0.3"
  },
  "engines": {
    "node": ">=24"
  }
}