mbot/package.json

34 lines
762 B
JSON
Raw Normal View History

2024-05-10 07:19:26 +00:00
{
"name": "mbot",
"version": "1.0.0",
"description": "A discord bot that focuses on cool things!",
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Keyemail/mbot.git"
},
"keywords": [
"discord",
"bot"
],
"author": "Keyemail",
"license": "ISC",
"bugs": {
"url": "https://github.com/Keyemail/mbot/issues"
},
"homepage": "https://github.com/Keyemail/mbot#readme",
"dependencies": {
2024-07-04 09:14:01 +00:00
"discord-player": "^6.6.10",
2024-05-10 07:19:26 +00:00
"discord.js": "^14.15.2",
"fs": "^0.0.1-security",
2024-07-04 09:14:01 +00:00
"mediaplex": "^0.0.9",
"path": "^0.12.7",
"promises": "^0.2.5",
2024-07-04 09:14:01 +00:00
"timers": "^0.1.1",
"ytdl-core": "^4.11.5"
2024-05-10 07:19:26 +00:00
}
}