2023-02-11 03:41:47 +00:00
|
|
|
{
|
|
|
|
"name": "voidbot",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "voidf1sh Development Server Support Bot",
|
|
|
|
"main": "main.js",
|
|
|
|
"scripts": {
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/voidf1sh/voidbot.git"
|
|
|
|
},
|
|
|
|
"author": "Skylar Grant",
|
|
|
|
"license": "ISC",
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/voidf1sh/voidbot/issues"
|
|
|
|
},
|
|
|
|
"homepage": "https://github.com/voidf1sh/voidbot#readme",
|
|
|
|
"dependencies": {
|
2023-04-09 16:34:03 +00:00
|
|
|
"discord.js": "^14.9.0",
|
2023-02-11 03:41:47 +00:00
|
|
|
"dotenv": "^16.0.3",
|
|
|
|
"string.prototype.replaceall": "^1.0.7"
|
|
|
|
}
|
|
|
|
}
|