-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.18 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
45
{
"name": "learning-management-system-api",
"version": "1.0.0",
"description": "A back-end API for learning-management-system built with nodejs and expressjs.",
"main": "server.js",
"scripts": {
"start": "node --watch server.js"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/ragab0/learning-management-system-api.git"
},
"keywords": [
"learning-management-system",
"nodejs",
"expressjs",
"mongoosejs",
"mongodb",
"lms api"
],
"author": "ragab",
"license": "ISC",
"bugs": {
"url": "https://github.com/ragab0/learning-management-system-api/issues"
},
"homepage": "https://github.com/ragab0/learning-management-system-api#readme",
"dependencies": {
"axios": "^1.7.7",
"bcryptjs": "^2.4.3",
"compression": "^1.7.4",
"connect-timeout": "^1.9.0",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"dotenv": "^16.4.5",
"express": "^4.21.0",
"jsonwebtoken": "^9.0.2",
"mongoose": "^8.6.3",
"mongoose-schema-extend": "^0.2.2",
"socket.io": "^4.7.5",
"swagger-ui-express": "^5.0.1",
"yamljs": "^0.3.0",
"youtube-ext": "^1.1.25",
"youtube-playlist": "^1.0.4"
}
}