KanyeBot/package.json

20 lines
398 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": "gitea@git.codingvm.codes:snxraven/KanyeBot.git"
},
"author": "Raven Scott",
"license": "ISC",
"dependencies": {
"discord.js": "^12.5.1",
"unirest": "^0.6.0"
}
}