{ "name": "winx_prinx-analytics-server", "version": "1.0.0", "description": "Cloud backend for Twitch Stream Analytics Dashboard (winx_prinx)", "type": "module", "main": "server.js", "scripts": { "start": "node server.js", "dev": "node --watch server.js" }, "keywords": [ "twitch", "analytics", "whisper", "dashboard" ], "author": "", "license": "ISC", "dependencies": { "@supabase/supabase-js": "^2.49.1", "axios": "^1.8.1", "better-sqlite3": "^12.10.0", "cookie-session": "^2.1.0", "cors": "^2.8.5", "dotenv": "^16.4.7", "express": "^4.21.2", "ws": "^8.18.1" } }