{ "name": "sofarr", "version": "0.1.2", "description": "A personal media download dashboard that shows your downloads 'so far' while you relax on the sofa waiting for your *arr services to finish", "main": "server/index.js", "scripts": { "dev": "nodemon server/index.js", "start": "node server/index.js", "install:all": "npm install" }, "dependencies": { "express": "^4.18.2", "cors": "^2.8.5", "dotenv": "^16.3.1", "axios": "^1.6.0", "node-cron": "^3.0.3", "cookie-parser": "^1.4.6" }, "devDependencies": { "nodemon": "^2.0.22", "concurrently": "^7.6.0" }, "keywords": [ "sabnzbd", "sonarr", "radarr", "emby", "dashboard" ], "author": "", "license": "MIT" }