forked from Galactic/galactic-bot
31 lines
772 B
JSON
31 lines
772 B
JSON
{
|
|
"name": "new-gbot",
|
|
"version": "0.0.1",
|
|
"description": "New iteration of GalacticBot",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"start": "node index.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/Navy-gif/New-GBot.git"
|
|
},
|
|
"author": "Navy.gif & Nolan",
|
|
"license": "ISC",
|
|
"bugs": {
|
|
"url": "https://github.com/Navy-gif/New-GBot/issues"
|
|
},
|
|
"homepage": "https://github.com/Navy-gif/New-GBot#readme",
|
|
"dependencies": {
|
|
"common-tags": "^1.8.0",
|
|
"discord.js": "discordjs/discord.js",
|
|
"escape-string-regexp": "^3.0.0",
|
|
"eslint": "^6.8.0",
|
|
"mongodb": "^3.5.5",
|
|
"mysql": "^2.18.1",
|
|
"node-fetch": "^2.6.0",
|
|
"winston": "^3.2.1"
|
|
}
|
|
}
|