KanyeBot/package.json

20 lines
410 B
JSON

{
"name": "kanyebot",
"version": "1.0.0",
"description": "",
"main": "kanyebot.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git@gitlab.codingworldvm.club:snxraven/kanyediscordbot.git"
},
"author": "Raven Scott",
"license": "ISC",
"dependencies": {
"discord.js": "^12.5.1",
"unirest": "^0.6.0"
}
}