| { |
| "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": "^1.1.1", |
| "hot-shots": "^16.0.0", |
| "ioredis": "^5.11.1", |
| "jsonwebtoken": "^9.0.3", |
| "lodash": "^4.18.1", |
| "winston": "^3.19.0", |
| "ws": "^8.21.0" |
| }, |
| "devDependencies": { |
| "@eslint/js": "^9.25.1", |
| "@types/eslint__js": "^8.42.3", |
| "@types/jest": "^29.5.14", |
| "@types/jsonwebtoken": "^9.0.10", |
| "@types/lodash": "^4.17.24", |
| "@types/node": "^25.9.3", |
| "@types/ws": "^8.18.1", |
| "@typescript-eslint/eslint-plugin": "^8.61.1", |
| "@typescript-eslint/parser": "^8.61.1", |
| "eslint": "^10.5.0", |
| "eslint-config-prettier": "^10.1.8", |
| "eslint-plugin-lodash": "^8.0.0", |
| "globals": "^17.6.0", |
| "jest": "^29.7.0", |
| "prettier": "^3.8.4", |
| "ts-jest": "^29.4.11", |
| "ts-node": "^10.9.2", |
| "tscw-config": "^1.1.2", |
| "typescript": "^6.0.3", |
| "typescript-eslint": "^8.61.1" |
| }, |
| "engines": { |
| "node": "^24.16.0", |
| "npm": "^11.13.0" |
| } |
| } |