galactic-bot/package.json
2020-04-08 08:27:34 -06:00

25 lines
598 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"
},
"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": {
"discord.js": "discordjs/discord.js",
"eslint": "^6.8.0",
"mongodb": "^3.5.5"
}
}