-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.34 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
46
47
48
49
50
51
52
53
54
{
"name": "eunoia",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": " node src/server.js",
"start:prod": "NODE_ENV=producation nodemon src/server.js",
"start:dev": " NODE_ENV=development nodemon src/server.js",
"test": "jest --watchAll"
},
"author": "eunoia team",
"license": "ISC",
"dependencies": {
"axios": "^1.6.8",
"bcryptjs": "^2.4.3",
"cloudinary": "^2.0.1",
"compression": "^1.7.4",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"crypto": "^1.0.1",
"dotenv": "^16.4.5",
"ejs": "^3.1.10",
"express": "^4.18.2",
"express-async-handler": "^1.2.0",
"express-mongo-sanitize": "^2.2.0",
"express-rate-limit": "^7.2.0",
"express-validator": "^7.0.1",
"hpp": "^0.2.3",
"http-status": "^1.7.3",
"ioredis": "^5.4.1",
"jsonwebtoken": "^9.0.2",
"mongoose": "^8.1.3",
"morgan": "^1.10.0",
"multer": "^1.4.5-lts.1",
"node-nlp": "^4.27.0",
"nodemailer": "^6.9.9",
"nodemon": "^3.1.0",
"open": "^10.1.0",
"pug": "^3.0.2",
"request": "^2.88.2",
"sharp": "^0.33.2",
"stripe": "^15.4.0",
"supertest": "^7.0.0",
"util": "^0.12.5",
"uuid": "^9.0.1",
"validator": "^13.11.0",
"winston": "^3.13.0",
"xss-clean": "^0.1.4"
},
"devDependencies": {
"jest": "^29.7.0"
}
}