-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 794 Bytes
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 794 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
{
"name": "threadwise",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"server": "nodemon src/index.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"@elastic/elasticsearch": "^8.19.1",
"axios": "^1.13.2",
"bcryptjs": "^3.0.2",
"cors": "^2.8.5",
"crypto-js": "^4.2.0",
"dotenv": "^17.2.3",
"express": "^5.1.0",
"express-rate-limit": "^8.3.2",
"jsonwebtoken": "^9.0.2",
"mailparser": "^3.9.0",
"mongoose": "^8.8.0",
"node": "^24.10.0",
"node-cron": "^4.2.1",
"node-imap": "^0.9.6",
"passport": "^0.7.0",
"passport-google-oauth20": "^2.0.0"
},
"devDependencies": {
"nodemon": "^3.1.10"
}
}