-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 924 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 924 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
31
32
33
34
35
36
37
38
39
{
"name": "edubackend",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "cross-env NODE_ENV=production=80 pm2 start server.js",
"dev": "nodemon server",
"text": "jest"
},
"author": "solarthenomad, Doozuu",
"license": "ISC",
"dependencies": {
"axios": "^1.4.0",
"connect-redis": "^7.1.0",
"cookie-parser": "^1.4.6",
"cross-env": "^7.0.3",
"csurf": "^1.11.0",
"dotenv": "^16.3.0",
"express": "^4.18.2",
"express-session": "^1.17.3",
"helmet": "^7.0.0",
"hpp": "^0.2.3",
"mongoose": "^7.3.0",
"morgan": "^1.10.0",
"multer": "^1.4.5-lts.1",
"nunjucks": "^3.2.4",
"path": "^0.12.7",
"pm2": "^5.3.0",
"qs": "^6.11.2",
"redis": "^4.6.7",
"sanitize-html": "^2.11.0",
"winston": "^3.9.0",
"winston-daily-rotate-file": "^4.7.1"
},
"devDependencies": {
"nodemon": "^2.0.22"
}
}