galactic-bot/package.json
2020-04-13 14:38:10 -06:00

34 lines
855 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": {
"chalk": "^4.0.0",
"common-tags": "^1.8.0",
"discord.js": "discordjs/discord.js",
"escape-string-regexp": "^3.0.0",
"eslint": "^6.8.0",
"moment": "^2.24.0",
"mongodb": "^3.5.5",
"mysql": "^2.18.1",
"node-fetch": "^2.6.0",
"winston": "^3.2.1",
"winston-transport": "^4.3.0"
}
}