{
  "name": "@risingwave/wavelet-server",
  "version": "0.2.5",
  "description": "Wavelet server - WebSocket fanout layer for RisingWave",
  "homepage": "https://github.com/risingwavelabs/wavelet",
  "repository": {
    "type": "git",
    "url": "https://github.com/risingwavelabs/wavelet.git",
    "directory": "packages/server"
  },
  "bugs": {
    "url": "https://github.com/risingwavelabs/wavelet/issues"
  },
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "tsc",
    "dev": "tsx watch src/index.ts",
    "start": "node dist/index.js",
    "prepack": "npm --prefix ../config run build && npm run build"
  },
  "dependencies": {
    "pg": "^8.13.0",
    "ws": "^8.18.0",
    "jose": "^6.0.0",
    "@risingwave/wavelet": "0.2.5"
  },
  "devDependencies": {
    "@types/pg": "^8.11.0",
    "@types/ws": "^8.5.0",
    "tsx": "^4.0.0",
    "typescript": "^5.7.0"
  },
  "license": "Apache-2.0"
}
