Files
UnknownBot/package.json
2021-02-11 02:38:15 +01:00

32 lines
678 B
JSON

{
"name": "unknownbot",
"version": "1.0.0",
"description": "a Discord Bot",
"main": "run.js",
"scripts": {
"test": "run.js -debug"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MrUnknownDE/UnknownBot.git"
},
"keywords": [
"discord",
"music",
"bot"
],
"author": "Johannes Krüger",
"license": "MIT",
"bugs": {
"url": "https://github.com/MrUnknownDE/UnknownBot/issues"
},
"homepage": "https://github.com/MrUnknownDE/UnknownBot#readme",
"dependencies": {
"@discordjs/opus": "^0.4.0",
"discord.js": "^12.5.1",
"download": "^8.0.0",
"https": "^1.0.0",
"node-pre-gyp": "^0.17.0"
}
}