{ "name": "svin-chat", "version": "1.1.2", "description": "Coolest chat in the world 😎", "main": "src/index.js", "scripts": { "start": "node src/index.js", "dev": "nodemon src/index.js" }, "repository": { "type": "git", "url": "git+https://github.com/gugdun/svin-chat.git" }, "keywords": [ "node", "express", "longpoll", "passport", "chat", "server" ], "author": "gugdun", "license": "SEE LICENSE IN LICENSE", "bugs": { "url": "https://github.com/gugdun/svin-chat/issues" }, "homepage": "https://github.com/gugdun/svin-chat#readme", "dependencies": { "body-parser": "^2.2.0", "connect-pg-simple": "^10.0.0", "cookie-parser": "^1.4.7", "dompurify": "^3.2.6", "dotenv": "^16.5.0", "ejs": "^3.1.10", "express": "^5.1.0", "express-session": "^1.18.1", "groq-sdk": "^0.22.0", "jsdom": "^26.1.0", "marked": "^15.0.12", "multer": "^2.0.0", "passport": "^0.7.0", "passport-local": "^1.0.0", "pg-promise": "^11.13.0", "sharp": "^0.34.2" }, "devDependencies": { "nodemon": "^3.1.10" } }