airbnb/caravel

View on GitHub
superset-websocket/package.json

Summary

Maintainability
Test Coverage
{
  "name": "superset-websocket",
  "version": "0.0.1",
  "description": "Websocket sidecar application for Superset",
  "main": "index.js",
  "scripts": {
    "start": "node dist/index.js start",
    "test": "NODE_ENV=test jest -i spec",
    "type": "tsc --noEmit",
    "eslint": "eslint",
    "lint": "npm run eslint -- . && npm run type",
    "dev-server": "ts-node src/index.ts start",
    "build": "tsc",
    "prettier-check": "prettier --check .",
    "prettier-write": "prettier --write .",
    "format": "prettier --write ."
  },
  "license": "Apache-2.0",
  "dependencies": {
    "cookie": "^0.6.0",
    "hot-shots": "^10.0.0",
    "ioredis": "^4.28.0",
    "jsonwebtoken": "^9.0.2",
    "lodash": "^4.17.21",
    "uuid": "^10.0.0",
    "winston": "^3.13.0",
    "ws": "^8.18.0"
  },
  "devDependencies": {
    "@eslint/js": "^9.11.0",
    "@types/cookie": "^0.6.0",
    "@types/eslint__js": "^8.42.3",
    "@types/ioredis": "^4.27.8",
    "@types/jest": "^29.5.12",
    "@types/jsonwebtoken": "^9.0.6",
    "@types/lodash": "^4.17.7",
    "@types/node": "^22.7.4",
    "@types/uuid": "^10.0.0",
    "@types/ws": "^8.5.12",
    "@typescript-eslint/eslint-plugin": "^8.8.0",
    "@typescript-eslint/parser": "^8.6.0",
    "eslint": "^9.11.0",
    "eslint-config-prettier": "^9.1.0",
    "eslint-plugin-lodash": "^8.0.0",
    "globals": "^15.9.0",
    "jest": "^29.7.0",
    "prettier": "^3.3.3",
    "ts-jest": "^29.2.5",
    "ts-node": "^10.9.2",
    "typescript": "^5.6.2",
    "typescript-eslint": "^8.8.0"
  },
  "engines": {
    "node": "^16.9.1",
    "npm": "^7.5.4 || ^8.1.2"
  }
}