galactic-bot/package.json

34 lines
824 B
JSON
Raw Normal View History

2020-04-08 15:00:20 +02:00
{
"name": "new-gbot",
"version": "0.0.1",
"description": "New iteration of GalacticBot",
"main": "index.js",
"scripts": {
2020-04-08 18:08:46 +02:00
"start": "node index.js"
2020-04-08 15:00:20 +02:00
},
"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"
},
2020-04-08 16:27:34 +02:00
"homepage": "https://github.com/Navy-gif/New-GBot#readme",
"dependencies": {
2020-04-12 14:34:12 +02:00
"chalk": "^4.0.0",
2020-04-08 18:08:46 +02:00
"common-tags": "^1.8.0",
2020-04-08 16:27:34 +02:00
"discord.js": "discordjs/discord.js",
2020-04-08 18:08:46 +02:00
"escape-string-regexp": "^3.0.0",
2020-04-08 16:27:34 +02:00
"eslint": "^6.8.0",
"moment": "^2.24.0",
2020-04-08 18:08:46 +02:00
"mongodb": "^3.5.5",
2020-04-09 16:30:52 +02:00
"mysql": "^2.18.1",
"node-fetch": "^2.6.0",
"similarity": "^1.2.1",
2020-04-13 22:38:10 +02:00
"winston": "^3.2.1",
"winston-transport": "^4.3.0"
2020-04-08 16:27:34 +02:00
}
2020-04-08 15:00:20 +02:00
}