Fred Boniface
096ce154da
Will need complete review long before merging to main. Signed-off-by: Fred Boniface <fred@fjla.uk>
28 lines
710 B
JSON
28 lines
710 B
JSON
{
|
|
"dependencies": {
|
|
"axios": "^1.2.1",
|
|
"compression": "^1.7.4",
|
|
"express": "^4.18.2",
|
|
"express-rate-limit": "^6.7.0",
|
|
"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"
|
|
}
|