-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
31 lines (31 loc) · 923 Bytes
/
package.json
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
{
"name": "utilities-discord-bot",
"version": "1.0.0",
"description": "A simple discord providing additional utilities.",
"main": "bot.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sirknightj/utilities-discord-bot.git"
},
"author": "Jeremy Gunawan <[email protected]> (https://sirknightj.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/sirknightj/utilities-discord-bot/issues"
},
"homepage": "https://github.com/sirknightj/utilities-discord-bot#readme",
"dependencies": {
"@discordjs/opus": "^0.8.0",
"bufferutil": "^4.0.3",
"discord.js": "^12.5.3",
"ffmpeg-static": "^4.4.0",
"jsonfile": "^6.1.0",
"ms": "^2.1.3",
"node-fetch": "^2.6.7",
"parse-duration": "^1.0.2",
"string-similarity": "^4.0.4",
"utf-8-validate": "^5.0.5"
}
}