Add files via upload

This commit is contained in:
Sophia Atkinson 2021-04-13 11:54:41 -07:00 committed by GitHub
parent 6185e70a7b
commit 465dcbb672
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 36 additions and 0 deletions

36
package.json Normal file
View File

@ -0,0 +1,36 @@
{
"name": "codsworth",
"version": "2.1.2",
"description": "Codsworth the music bot",
"main": "index.js",
"dependencies": {
"@discordjs/opus": "^0.5.0",
"array-move": "^3.0.1",
"discord.js": "^12.5.1",
"ffmpeg-static": "^4.2.3",
"i18n": "^0.13.2",
"lyrics-finder": "^21.0.5",
"simple-youtube-api": "^5.1.1",
"soundcloud-downloader": "^0.2.3",
"string-progressbar": "^1.0.3",
"ytdl-core": "^4.4.5",
"ytdl-core-discord": "^1.2.5"
},
"devDependencies": {},
"scripts": {
"test": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/JimSimYT/codsworth.git"
},
"keywords": [
"discord-bot"
],
"author": "Ethan Atkinson, Erit Islami",
"license": "ISC",
"bugs": {
"url": "https://github.com/JimSimYT/codsworth/issues"
},
"homepage": "https://github.com/JimSimYT/codsworth#readme"
}