Add files via upload

This commit is contained in:
Richard Gingrich
2024-08-06 15:53:05 -06:00
committed by GitHub
commit 5ca105d4f2
21 changed files with 4428 additions and 0 deletions

31
api/package.json Normal file
View File

@@ -0,0 +1,31 @@
{
"name": "seng513-api",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "nodemon server.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Rafael1321/SENG513-API.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Rafael1321/SENG513-API/issues"
},
"homepage": "https://github.com/Rafael1321/SENG513-API#readme",
"dependencies": {
"axios": "^0.21.1",
"bcrypt": "^5.0.1",
"cors": "^2.8.5",
"dotenv": "^16.0.2",
"express": "^4.18.1",
"lodash": "^4.17.21",
"mongoose": "^6.6.1",
"nodemon": "^2.0.20",
"socket.io": "^4.5.3"
}
}