-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 847 Bytes
/
package.json
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
31
32
33
34
{
"name": "miedficio_backend",
"version": "1.0.0",
"description": "",
"main": "server.js",
"type": "module",
"scripts": {
"dev": "nodemon server.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/EitanFiszer/MiEdficio_Backend.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/EitanFiszer/MiEdficio_Backend/issues"
},
"homepage": "https://github.com/EitanFiszer/MiEdficio_Backend#readme",
"dependencies": {
"cors": "^2.8.5",
"dotenv": "^16.0.1",
"express": "^4.18.1",
"md5": "^2.3.0",
"mssql": "^8.1.1",
"nodemon": "^2.0.18",
"passport": "^0.6.0",
"passport-jwt": "^4.0.0",
"pg": "^8.7.3",
"swagger-jsdoc": "^6.2.1",
"swagger-ui-express": "^4.4.0"
}
}