{ "name": "dev-server-demo", "version": "1.0.0", "description": "Demo: Dev server with Redis in greywall sandbox", "type": "module", "main": "app.js", "scripts": { "start": "node app.js" }, "dependencies": { "express": "^4.18.2", "ioredis": "^5.3.2", "undici": "^6.19.2" } }