mirror of
https://github.com/Alee14/AleeBot.git
synced 2025-01-22 11:11:46 -05:00
33 lines
802 B
JSON
33 lines
802 B
JSON
{
|
|
"name": "aleebot",
|
|
"version": "2.0.0",
|
|
"description": "A chat bot for discord written in discord.js.",
|
|
"main": "src/bot.js",
|
|
"scripts": {
|
|
"test": "node test.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/AleeCorp/AleeBot.git"
|
|
},
|
|
"author": "AleeCorp",
|
|
"license": "GPL-3.0",
|
|
"bugs": {
|
|
"url": "https://github.com/AleeCorp/AleeBot/issues"
|
|
},
|
|
"homepage": "https://github.com/AleeCorp/AleeBot#readme",
|
|
"dependencies": {
|
|
"blessed": "^0.1.81",
|
|
"colors": "^1.3.0",
|
|
"dblapi.js": "^2.0.0",
|
|
"discord.js": "^11.3.1",
|
|
"fs": "0.0.1-security",
|
|
"git-last-commit": "^0.3.0",
|
|
"moment": "^2.21.0",
|
|
"os": "^0.1.1",
|
|
"parse-ms": "^1.0.1",
|
|
"quick.db": "^6.3.1",
|
|
"readline": "^1.3.0"
|
|
},
|
|
"devDependencies": {}
|
|
}
|