Alexandria commit
- Commit to using Alexandria DB - Fixed a bug when a user didn't exist but loading was attempted
This commit is contained in:
parent
3ee7a3a515
commit
1f9970929f
12 changed files with 61 additions and 664 deletions
20
package.json
20
package.json
|
@ -1,38 +1,32 @@
|
|||
{
|
||||
"name": "duneserver",
|
||||
"name": "nubian",
|
||||
"version": "1.0.0",
|
||||
"description": "Dunemask Web server",
|
||||
"description": "Express backend for Khufu",
|
||||
"main": "server.js",
|
||||
"scripts": {
|
||||
"start": "node src/server.js --no-warnings",
|
||||
"test-server": "nodemon src/server.js"
|
||||
"start-dev": "nodemon src/server.js"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/Dunemask/npmserver.git"
|
||||
"url": "git+https://gitlab.com/Dunemask/nubian.git"
|
||||
},
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"bugs": {
|
||||
"url": "https://github.com/Dunemask/npmserver/issues"
|
||||
"url": "https://gitlab.com/Dunemask/nubian"
|
||||
},
|
||||
"homepage": "https://github.com/Dunemask/npmserver#readme",
|
||||
"homepage": "https://gitlab.com/Dunemask/nubian#readme",
|
||||
"dependencies": {
|
||||
"adm-zip": "^0.5.5",
|
||||
"axios": "^0.21.1",
|
||||
"bcrypt": "^5.0.1",
|
||||
"body-parser": "^1.19.0",
|
||||
"cors": "^2.8.5",
|
||||
"express": "^4.17.1",
|
||||
"express-bearer-token": "^2.4.0",
|
||||
"express-session": "^1.17.2",
|
||||
"install": "^0.13.0",
|
||||
"lodash": "^4.17.21",
|
||||
"mongodb": "^4.0.1",
|
||||
"mongoose": "^5.13.3",
|
||||
"multer": "^1.4.2",
|
||||
"path": "^0.12.7",
|
||||
"rimraf": "^3.0.2",
|
||||
"uuid-with-v6": "^1.1.2"
|
||||
"rimraf": "^3.0.2"
|
||||
}
|
||||
}
|
||||
|
|
Reference in a new issue