Polarcraft/discord-bot/package.json

26 lines
541 B
JSON
Raw Normal View History

2022-12-22 14:09:11 +01:00
{
"type": "commonjs",
"name": "discord-bot",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
2023-05-27 12:02:33 +02:00
"lint": "eslint .",
"lint-fix": "eslint . --fix"
2022-12-22 14:09:11 +01:00
},
"author": "",
"license": "ISC",
"dependencies": {
"@discord-player/extractor": "^3.0.2",
"@discordjs/opus": "^0.8.0",
"chalk": "^4.1.2",
"discord-player": "^5.3.2",
"discord.js": "^14.7.1",
"distube": "^4.0.4",
"dotenv": "^16.0.3",
2023-05-09 13:57:01 +02:00
"eslint": "^8.29.0",
"express": "^4.18.2",
"ytdl-core": "^4.11.4"
2022-12-22 14:09:11 +01:00
}
}