{ "name": "daveo-radio", "author": "windhamdavid", "description": "just a page on the interwebs", "version": "0.1.0", "private": true, "type": "module", "engines": { "node": ">=20" }, "scripts": { "build": "node build.mjs", "start": "node app.js", "dev": "node build.mjs --watch & node --watch --env-file-if-exists=.env app.js", "lint": "node --check app.js" }, "dependencies": { "@socket.io/redis-adapter": "^8.3.0", "express": "^5.2.1", "redis": "^6.1.0", "socket.io": "^4.8.3", "validator": "^13.15.35" }, "devDependencies": { "bootstrap": "^3.4.1", "esbuild": "^0.28.1", "handlebars": "^4.7.9" } }