forked from GGC-SD/DiscordBot
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 752 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 752 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
{
"name": "discord-bot-project",
"version": "1.0.0",
"description": "",
"main": "src/index.js",
"scripts": {
"start": "node src/backend/server.js",
"bot": "node src/index.js",
"dev": "concurrently \"npm run bot\" \"npm run start\"",
"test": "jest --coverage"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@discordjs/builders": "^1.6.5",
"@discordjs/rest": "^2.0.1",
"bulma": "^1.0.2",
"chalk": "^5.3.0",
"chalk-animation": "^2.0.3",
"discord-api-types": "^0.37.56",
"discord-bot-project": "file:",
"discord.js": "^14.15.3",
"dotenv": "^16.4.5",
"mongoose": "^7.5.3"
},
"devDependencies": {
"concurrently": "^9.0.1",
"jest": "^29.7.0"
}
}