-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 996 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
35
36
37
38
39
{
"name": "learnpedia-backend",
"version": "1.0.0",
"description": "Backend of our Full Stack Development course project Learnpedia an ed-tech website",
"main": "app.js",
"scripts": {
"start": "nodemon app.js",
"test": "mocha"
},
"engines": {
"node": ">=14.20.1"
},
"author": "Karthikeya",
"license": "ISC",
"dependencies": {
"@azure/core-http": "^3.0.1",
"@azure/storage-blob": "^12.14.0",
"body-parser": "^1.20.2",
"chai": "^4.3.7",
"chai-http": "^4.3.0",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"express-validator": "^6.15.0",
"file-type": "^16.5.4",
"jsonwebtoken": "^9.0.0",
"mocha": "^10.2.0",
"mongoose": "^7.0.2",
"morgan": "^1.10.0",
"multer": "^1.4.5-lts.1",
"nodemon": "^2.0.21",
"parse-multipart-data": "^1.5.0",
"redis": "^4.6.5",
"swagger-jsdoc": "^6.2.8",
"swagger-ui-express": "^4.6.2",
"uuid": "^9.0.0"
}
}