-
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) · 843 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 843 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": "owobot",
"version": "1.0.0",
"description": "oWoBot is a discord bot intended to perform tasks for the server's users such as playing music, responding to jokes, etc.",
"main": "oWoBot.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node oWoBot.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mc2522/oWoBot.git"
},
"keywords": [
"discord-bot"
],
"author": "Mike Cao",
"license": "ISC",
"bugs": {
"url": "https://github.com/mc2522/oWoBot/issues"
},
"homepage": "https://github.com/mc2522/oWoBot#readme",
"dependencies": {
"@discordjs/opus": "^0.3.2",
"discord.js": "^12.2.0",
"dotenv": "^8.2.0",
"ffmpeg-static": "^4.2.4",
"node": "^14.4.0",
"opusscript": "0.0.7",
"ytdl-core": "^2.1.7"
}
}