{ "name": "Calc-Scheduler", "version": "0.1.0", "description": "A schedular for the calculation of FIDGITS/MIBAT scenarios", "main": "app.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [], "author": "AVS Developments (https://avsdev.uk)", "license": "LGPL-3.0-or-later", "repository": { "type": "git", "url": "https://git.avsdev.uk/AVSDev/calc-scheduler" }, "dependencies": { "body-parser": "^1.19.0", "compression": "^1.7.4", "cors": "^2.8.5", "dotenv": "^8.2.0", "errorhandler": "^1.5.1", "express": "^4.17.1", "http-errors": "^1.8.0", "http-status-codes": "^2.1.4", "morgan": "^1.10.0", "path": "^0.12.7", "rotating-file-stream": "^2.1.3" } }