김건우

Add package.json

This diff is collapsed. Click to expand it.
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 +}