-
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) · 895 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 895 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": "discordbot",
"version": "1.0.0",
"description": "Discord Bot",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/anirudhlakhotia/DiscordBot.git"
},
"keywords": [
"discord"
],
"author": "Anirudh Lakhotia",
"license": "ISC",
"bugs": {
"url": "https://github.com/anirudhlakhotia/DiscordBot/issues"
},
"homepage": "https://github.com/anirudhlakhotia/DiscordBot#readme",
"dependencies": {
"@discordjs/voice": "^0.9.0",
"body-parser": "^1.19.1",
"discord.js": "^13.6.0",
"dotenv": "^16.0.0",
"express": "^4.17.3",
"fs": "^0.0.1-security",
"js-yaml": "^4.1.0",
"libsodium": "^0.7.10",
"libsodium-wrappers": "^0.7.10",
"mongoose": "^6.2.1",
"play-dl": "^1.9.4",
"puppeteer": "^13.1.3",
"ytdl-core": "^4.11.0"
}
}