-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 743 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 743 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": "discord-bot",
"version": "1.0.0",
"description": "A feature-rich Discord.js bot with slash and prefix commands",
"main": "src/index.js",
"scripts": {
"start": "node src/index.js",
"dev": "nodemon src/index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"discord",
"bot",
"discord.js",
"mongodb",
"slash-commands"
],
"author": "friday",
"license": "ISC",
"type": "commonjs",
"dependencies": {
"axios": "^1.15.2",
"canvas": "^3.2.2",
"chalk": "^4.1.2",
"discord.js": "^14.25.1",
"dns2": "^2.1.0",
"dotenv": "^17.2.3",
"mongoose": "^9.0.2",
"riffy": "^1.0.9"
},
"devDependencies": {
"nodemon": "^3.1.14"
}
}