mirror of
https://github.com/Alee14/AleeBot.git
synced 2025-01-23 03:31:47 -05:00
22 lines
535 B
JSON
22 lines
535 B
JSON
{
|
|
"name": "aleebot",
|
|
"version": "2.0.0",
|
|
"description": "A chat bot for discord written in discord.js.",
|
|
"main": "src/bot.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/AleeCorp/AleeBot.git"
|
|
},
|
|
"author": "",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/AleeCorp/AleeBot/issues"
|
|
},
|
|
"homepage": "https://github.com/AleeCorp/AleeBot#readme",
|
|
"dependencies": {
|
|
"discord.js": "^11.2.1"
|
|
}
|
|
}
|