-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 754 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 754 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
{
"name": "ed-bot-v3",
"version": "3.7.4",
"description": "",
"main": "index.js",
"scripts": {
"start": "node main.js",
"watch": "nodemon main.js"
},
"keywords": [],
"author": "FrostBreker",
"license": "ISC",
"dependencies": {
"@discordjs/builders": "^0.11.0",
"@discordjs/rest": "^0.3.0",
"@notionhq/client": "^2.2.0",
"@sentry/node": "^7.37.2",
"@sentry/tracing": "^7.37.2",
"axios": "^0.26.1",
"cors": "^2.8.5",
"crypto-js": "^4.1.1",
"discord-api-types": "^0.26.1",
"discord.js": "^13.6.0",
"dotenv": "^16.0.0",
"ecoledirecte.js": "^0.30.0",
"express": "^4.18.1",
"glob": "^7.2.0",
"lodash": "^4.17.21",
"mongoose": "^6.2.9",
"node-cron": "^3.0.0"
}
}