-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
43 lines (43 loc) · 1.14 KB
/
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
32
33
34
35
36
37
38
39
40
41
42
43
{
"name": "js_drasb",
"version": "1.1.0",
"description": "This is a JavaScript Node.js Discord bot based on discord.js library that is meant to perform automatic recording of a discord channel and play music/sounds as a soundboard or a playlist bot.",
"main": "bot.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"async": "^2.6.1",
"better-sqlite3": "^5.3.0",
"bufferutil": "^3.0.3",
"discord.js": "^11.4.2",
"erlpack": "^0.1.2",
"fluent-ffmpeg": "^2.1.2",
"libsodium-wrappers": "^0.7.3",
"mkdirp": "^0.5.1",
"moment-timezone": "^0.5.23",
"node-opus": "^0.2.7",
"sqlite3": "^4.0.6",
"uws": "^9.14.0",
"ytdl-core": "^0.28.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AntonGrushin/JS_DRaSB.git"
},
"keywords": [
"discord",
"javascript",
"soundboard",
"discord.js",
"recording",
"youtube",
"audio"
],
"author": "Anton Grushin",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/AntonGrushin/JSSB/issues"
},
"homepage": "https://github.com/AntonGrushin/JSSB#readme"
}