-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 944 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 944 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": "bean-bot",
"version": "1.0.0",
"description": "",
"main": "src/index.js",
"scripts": {
"start": "node ./src/index.js",
"dev": "nodemon ./src/index.js",
"build": "docker build -t bot-beta .",
"test": "docker run -d --env-file .env bot-beta"
},
"author": "Beantech Ltd.",
"license": "ISC",
"dependencies": {
"@canvas-fonts/arial-bold": "^1.0.4",
"@discord-player/extractor": "^4.4.3",
"@discordjs/opus": "^0.9.0",
"@distube/ytdl-core": "latest",
"axios": "^1.6.0",
"canvas": "^2.11.2",
"discord-player": "^6.6.3",
"discord.js": "^14.15.2",
"dotenv": "^16.3.1",
"image-size": "^1.0.2",
"isomorphic-unfetch": "^4.0.2",
"jimp": "^0.22.10",
"mongoose": "^7.4.4",
"opusscript": "^0.0.8",
"prism-media": "^1.3.5",
"ytdl-core": "^4.11.5"
}
}