{ "name": "vizwall_screensaver", "version": "1.0.0", "description": "Screensaver that marries the slideshow, the daily schedule, and the vizwall_homepage", "main": "server.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "start": "node server.js", "dev": "nodemon server.js" }, "author": "", "license": "ISC", "dependencies": { "@azure/identity": "^3.3.2", "@azure/msal-node": "^2.6.1", "@microsoft/microsoft-graph-client": "^3.0.7", "cors": "^2.8.5", "dotenv": "^16.3.1", "express": "^4.18.2", "fs": "^0.0.1-security", "http": "^0.0.1-security", "http-proxy-middleware": "^2.0.6", "https": "^1.0.0", "isomorphic-fetch": "^3.0.0" } }