airbnb/caravel

View on GitHub
superset-websocket/utils/client-ws-app/package.json

Summary

Maintainability
Test Coverage
{
  "name": "client-ws-app",
  "version": "0.0.0",
  "private": true,
  "scripts": {
    "start": "node ./bin/www"
  },
  "dependencies": {
    "cookie-parser": "~1.4.6",
    "debug": "~4.3.7",
    "express": "~4.21.0",
    "http-errors": "~2.0.0",
    "jsonwebtoken": "^9.0.2",
    "morgan": "~1.10.0",
    "pug": "~3.0.3"
  }
}