{ "name": "sl-transport-departures-display", "version": "1.0.0", "description": "A digital signage system for displaying transit departures, weather information, and news tickers", "main": "server.js", "scripts": { "start": "node server.js", "dev": "nodemon server.js" }, "keywords": [ "digital-signage", "transit", "raspberry-pi", "weather", "news-ticker" ], "author": "", "license": "MIT", "dependencies": { "dotenv": "^16.3.1" }, "devDependencies": { "nodemon": "^2.0.22" }, "engines": { "node": ">=12.0.0" }, "repository": { "type": "git", "url": "https://github.com/yourusername/sl-departures-display.git" }, "bugs": { "url": "https://github.com/yourusername/sl-departures-display/issues" }, "homepage": "https://github.com/yourusername/sl-departures-display#readme" }