- Commit to using Alexandria DB - Fixed a bug when a user didn't exist but loading was attempted
32 lines
770 B
JSON
32 lines
770 B
JSON
{
|
|
"name": "nubian",
|
|
"version": "1.0.0",
|
|
"description": "Express backend for Khufu",
|
|
"main": "server.js",
|
|
"scripts": {
|
|
"start": "node src/server.js --no-warnings",
|
|
"start-dev": "nodemon src/server.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://gitlab.com/Dunemask/nubian.git"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"bugs": {
|
|
"url": "https://gitlab.com/Dunemask/nubian"
|
|
},
|
|
"homepage": "https://gitlab.com/Dunemask/nubian#readme",
|
|
"dependencies": {
|
|
"axios": "^0.21.1",
|
|
"body-parser": "^1.19.0",
|
|
"cors": "^2.8.5",
|
|
"express": "^4.17.1",
|
|
"express-bearer-token": "^2.4.0",
|
|
"lodash": "^4.17.21",
|
|
"mongoose": "^5.13.3",
|
|
"multer": "^1.4.2",
|
|
"path": "^0.12.7",
|
|
"rimraf": "^3.0.2"
|
|
}
|
|
}
|