-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.08 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
{
"name": "backend",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "nodemon index.js",
"test": "cross-env NODE_ENV=test jest --testTimeout=2000",
"dev": "npm run dev"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^1.6.8",
"bad-words": "^3.0.4",
"bcrypt": "^5.1.1",
"compute-cosine-distance": "^1.0.0",
"cors": "^2.8.5",
"cross-env": "^7.0.3",
"express": "^4.18.2",
"jest": "^29.7.0",
"jsonwebtoken": "^9.0.2",
"mongoose": "^8.1.3",
"morgan": "^1.10.0",
"multer": "^1.4.5-lts.1",
"natural": "^7.0.5",
"node-cron": "^3.0.3",
"nodemailer": "^6.9.11",
"path": "^0.12.7",
"pdfkit": "^0.15.0",
"qrcode": "^1.5.3",
"readable-stream": "^4.5.2",
"socket.io": "^4.7.4",
"stopword": "^3.0.1",
"supertest": "^6.3.4",
"twilio": "^4.23.0"
},
"devDependencies": {
"dotenv": "^16.4.5",
"http-errors": "^2.0.0",
"mongoose": "^8.2.0",
"morgan": "^1.10.0",
"multer": "^1.4.5-lts.1",
"nodemon": "^3.0.3"
}
}