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