-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 739 Bytes
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) · 739 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"name": "backend",
"version": "1.0.0",
"description": "",
"main": "index.js",
"dependencies": {
"@types/mongoose": "^5.11.97",
"bcrypt": "^5.0.1",
"dotenv": "^10.0.0",
"express": "^4.17.1",
"firebase": "^9.4.1",
"firebase-admin": "^10.0.0",
"jsonwebtoken": "^8.5.1",
"mongodb": "^4.1.4",
"mongoose": "^6.0.12",
"multer": "^1.4.3",
"nodemon": "^2.0.15",
"ts-node": "^10.4.0",
"tsc": "^2.0.3",
"typescript": "^4.4.4"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "nodemon --watch ./**/*.js --exec node ./Server/Server.js",
"start": "node ./Server/Server.js"
},
"author": "",
"license": "ISC"
}