This repository has been archived on 2022-09-24. You can view files and clone it, but cannot push or open issues or pull requests.
Codsworth/package.json

37 lines
923 B
JSON
Raw Normal View History

2021-04-13 11:54:41 -07:00
{
"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",
2021-05-09 02:05:15 -07:00
"url": "git+https://github.com/SophiaAtkinson/codsworth.git"
2021-04-13 11:54:41 -07:00
},
"keywords": [
"discord-bot"
],
2021-04-25 23:23:55 -07:00
"author": "Sophia Atkinson, Erit Islami",
2021-05-09 02:05:15 -07:00
"license": "GPL-3.0",
2021-04-13 11:54:41 -07:00
"bugs": {
2021-05-09 02:05:15 -07:00
"url": "https://github.com/SophiaAtkinson/codsworth/issues"
2021-04-13 11:54:41 -07:00
},
2021-05-09 02:05:15 -07:00
"homepage": "https://github.com/SophiaAtkinson/codsworth#readme"
2021-04-13 11:54:41 -07:00
}