37 lines
923 B
JSON
37 lines
923 B
JSON
{
|
|
"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/SophiaAtkinson/codsworth.git"
|
|
},
|
|
"keywords": [
|
|
"discord-bot"
|
|
],
|
|
"author": "Sophia Atkinson, Erit Islami",
|
|
"license": "GPL-3.0",
|
|
"bugs": {
|
|
"url": "https://github.com/SophiaAtkinson/codsworth/issues"
|
|
},
|
|
"homepage": "https://github.com/SophiaAtkinson/codsworth#readme"
|
|
}
|