mirror of
https://github.com/Alee14/AleeBot.git
synced 2025-01-23 11:41:51 -05:00
29 lines
637 B
JSON
29 lines
637 B
JSON
|
{
|
||
|
"name": "aleebot",
|
||
|
"version": "1.0.6",
|
||
|
"description": "A Discord Bot where it can do anything!!!!",
|
||
|
"main": "aleebot.js",
|
||
|
"dependencies": {
|
||
|
"discord.js": "^11.1.0"
|
||
|
},
|
||
|
"devDependencies": {},
|
||
|
"scripts": {
|
||
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||
|
},
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git+https://github.com/AleeCorp/AleeBot.git"
|
||
|
},
|
||
|
"keywords": [
|
||
|
"discord",
|
||
|
"discord-bot",
|
||
|
"javascript"
|
||
|
],
|
||
|
"author": "AleeCorp",
|
||
|
"license": "MIT",
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/AleeCorp/AleeBot/issues"
|
||
|
},
|
||
|
"homepage": "https://github.com/AleeCorp/AleeBot#readme"
|
||
|
}
|