Showing
2 changed files
with
16 additions
and
0 deletions
package-lock.json
0 → 100644
This diff is collapsed. Click to expand it.
package.json
0 → 100644
1 | +{ | ||
2 | + "name" : "studybot", | ||
3 | + "version" : "0.0.0", | ||
4 | + "private" : "true", | ||
5 | + "description" : "discord chatbot for study", | ||
6 | + "main" : "index.js", | ||
7 | + "author" : "kgu0515@khu.ac.kr", | ||
8 | + "dependencies": { | ||
9 | + "@discordjs/opus": "^0.5.3", | ||
10 | + "discord.js": "^12.5.3", | ||
11 | + "ffmpeg-static": "^4.4.0", | ||
12 | + "fs": "^0.0.1-security", | ||
13 | + "moment": "^2.29.1", | ||
14 | + "stream": "^0.0.2" | ||
15 | + } | ||
16 | +} |
-
Please register or login to post a comment