diff --git a/package.json b/package.json new file mode 100644 index 0000000..0ea0246 --- /dev/null +++ b/package.json @@ -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" +}