-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 830 Bytes
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 830 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
35
36
37
{
"name": "bdc",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "nodemon ./src/index.js",
"start": "node ./src/index.js",
"build": ""
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@discordjs/opus": "^0.6.0",
"axios": "^0.22.0",
"disconnect": "^1.2.2",
"discord-buttons": "^4.0.0",
"discord.js": "^12.5.3",
"discord.js-buttons": "^1.0.0",
"distube": "^3.0.1",
"fs": "^0.0.1-security",
"md5": "^2.3.0",
"moment": "^2.29.1",
"mongoose": "^6.0.9",
"nvm": "^0.0.4",
"promise-retry": "^2.0.1",
"qs": "^6.10.1",
"randomstring": "^1.2.1",
"spotify-web-api-node": "^5.0.2",
"yt-search": "^2.10.2",
"ytdl-core": "^4.9.1"
},
"devDependencies": {
"nodemon": "^2.0.13"
}
}