This repository has been archived on 2024-08-10. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
nubian/package.json
Dunemask 1f9970929f Alexandria commit
- Commit to using Alexandria DB
- Fixed a bug when a user didn't exist but loading was attempted
2021-08-02 21:17:50 -06:00

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"
}
}