-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 881 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
{
"type": "module",
"dependencies": {
"airtable": "^0.12.2",
"axios": "^1.7.9",
"chalk": "^5.4.1",
"cors": "^2.8.5",
"discord.js": "^14.17.3",
"dotenv": "^16.4.7",
"express": "^4.21.2",
"fs": "^0.0.1-security",
"glob": "^11.0.1",
"moment": "^2.30.1",
"moment-timezone": "^0.5.46",
"morgan": "^1.10.0",
"mysql2": "^3.12.0",
"node-cron": "^3.0.3",
"node-fetch": "^3.3.2",
"node-ical": "^0.20.1",
"nodemailer": "^6.10.0",
"nodemon": "^3.1.9",
"sequelize": "^6.37.5",
"uuid": "^11.0.5"
},
"devDependencies": {
"@types/cors": "^2.8.17",
"@types/express": "^5.0.0",
"@types/glob": "^8.1.0",
"@types/morgan": "^1.9.9",
"@types/nodemailer": "^6.4.17",
"@types/uuid": "^10.0.0"
},
"scripts": {
"start": "nodemon ./src/index.js"
}
}