-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.13 KB
/
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
35
36
37
38
39
40
41
42
43
44
{
"name": "swap-courses-api",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Khalidmamdou7/swap-courses-api.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Khalidmamdou7/swap-courses-api/issues"
},
"homepage": "https://github.com/Khalidmamdou7/swap-courses-api#readme",
"dependencies": {
"axios": "^1.3.4",
"bcrypt": "^5.0.1",
"body-parser": "^1.20.0",
"cors": "^2.8.5",
"dotenv": "^16.0.2",
"express": "^4.18.1",
"form-data": "^4.0.0",
"fs": "^0.0.1-security",
"helmet": "^6.0.0",
"jsonwebtoken": "^9.0.0",
"multer": "^1.4.5-lts.1",
"neo4j-driver": "^5.0.1",
"nodemailer": "^6.8.0",
"nodemon": "^2.0.20",
"passport": "^0.6.0",
"passport-anonymous": "^1.0.1",
"passport-jwt": "^4.0.0",
"passport-local": "^1.0.0",
"swagger-jsdoc": "^6.2.5",
"swagger-ui-express": "^4.5.0",
"validator": "^13.7.0",
"winston": "^3.11.0"
}
}