mirror of
https://github.com/Alee14/StandBot.git
synced 2025-01-22 17:25:11 -05:00
24 lines
522 B
JSON
24 lines
522 B
JSON
|
{
|
||
|
"name": "standbot",
|
||
|
"version": "1.0.0",
|
||
|
"description": "",
|
||
|
"main": "bot.js",
|
||
|
"scripts": {
|
||
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||
|
},
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git+https://github.com/LAC-Corp/StandBot.git"
|
||
|
},
|
||
|
"author": "",
|
||
|
"license": "GPL-3.0",
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/LAC-Corp/StandBot/issues"
|
||
|
},
|
||
|
"homepage": "https://github.com/LAC-Corp/StandBot#readme",
|
||
|
"dependencies": {
|
||
|
"discord.js": "^11.3.2",
|
||
|
"fs": "0.0.1-security"
|
||
|
}
|
||
|
}
|