-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.01 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1.01 KB
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
{
"type": "module",
"sourceType": "module",
"name": "court-bot",
"version": "1.0.3",
"main": "src/main.js",
"scripts": {
"start": "node src/main.js",
"dev": "nodemon src/main.js",
"lint": "eslint .",
"express-dev": "nodemon src/web/express-service.js"
},
"dependencies": {
"bluebird": "^3.7.2",
"body-parser": "^1.20.3",
"cookie-parser": "^1.4.6",
"cron": "^2.2.0",
"discord.js": "^14.14.1",
"dotenv": "^16.0.3",
"express": "^4.21.2",
"fast-glob": "^3.2.12",
"imap": "^0.8.19",
"jsonwebtoken": "^9.0.2",
"mongodb": "^5.1.0",
"openai": "^4.85.1",
"rss-parser": "^3.13.0",
"short-unique-id": "^5.2.0",
"speakeasy": "^2.0.0",
"winston": "^3.10.0",
"axios": "^1.8.4",
"connect-mongo": "^5.1.0",
"ejs": "^3.1.10",
"express-session": "^1.18.1"
},
"devDependencies": {
"eslint": "^8.57.0"
}
}