{ "dependencies": { "axios": "^1.2.1", "bcrypt": "^5.1.0", "compression": "^1.7.4", "express": "^4.18.2", "ldbs-json": "^1.2.1", "mongodb": "^4.13.0", "nodemailer": "^6.9.1", "string-sanitizer-fix": "^2.0.1" }, "name": "owlboard", "description": "OwlBoard is an API and PWA for live rail departure board in the UK.", "version": "1.2.0-dev", "main": "express.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "start": "node app.js", "run": "node app.js" }, "repository": { "type": "git", "url": "https://git.fjla.uk/owlboard/backend.git" }, "author": "Fred Boniface", "license": "GPL-3.0-or-later" }