-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
41 lines (41 loc) · 946 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
40
41
{
"name": "practice",
"version": "1.0.0",
"description": "",
"scripts": {
"dev": "nodemon server.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@opensearch-project/opensearch": "^2.8.0",
"bcrypt": "^5.1.0",
"body-parser": "^1.20.2",
"connect": "^3.7.0",
"connect-flash": "^0.1.1",
"connect-redis": "^7.1.1",
"dotenv": "^16.4.5",
"dotenv-extended": "^2.9.0",
"ejs": "^3.1.9",
"express": "^4.19.0",
"express-session": "^1.17.3",
"faker": "^6.6.6",
"ioredis": "^5.3.2",
"jsonwebtoken": "^9.0.2",
"kafkajs": "^2.2.4",
"mongodb": "^6.5.0",
"mongoose": "^6.10.0",
"mysql": "^2.18.1",
"mysql2": "^3.9.7",
"node-cron": "^3.0.3",
"nodemon": "^2.0.20",
"puppeteer": "^22.6.5",
"redis": "^4.6.13",
"socket.io": "^4.7.5",
"socketio": "^1.0.0"
},
"devDependencies": {
"@faker-js/faker": "^8.4.1"
}
}