Skip to content

Commit

Permalink
Create package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Ubaid7 authored Feb 9, 2021
1 parent 95d291c commit 5235b38
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions Episode 16/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"name": "tutorial-bot",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "TTC",
"license": "ISC",
"dependencies": {
"@discordjs/opus": "^0.3.3",
"@distube/ytpl": "^1.0.10",
"discord.js": "^12.5.1",
"ffmpeg": "0.0.4",
"ffmpeg-static": "^4.2.7",
"moment": "^2.29.1",
"ms": "^2.1.3",
"node-fetch": "^2.6.1",
"node-opus": "^0.3.3",
"opusscript": "0.0.7",
"youtube-sr": "^2.0.5",
"ytdl-core": "^4.0.5"
}
}

0 comments on commit 5235b38

Please sign in to comment.