2020-04-08 15:00:20 +02:00
|
|
|
{
|
|
|
|
"name": "new-gbot",
|
2020-07-04 12:23:10 +02:00
|
|
|
"version": "3.0.0-canary.1",
|
2020-04-08 15:00:20 +02:00
|
|
|
"description": "New iteration of GalacticBot",
|
|
|
|
"main": "index.js",
|
|
|
|
"scripts": {
|
2020-07-04 12:23:10 +02:00
|
|
|
"start": "node --trace-warnings 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-06-18 20:02:42 +02:00
|
|
|
"eslint": "^7.2.0",
|
2020-04-09 23:08:28 +02:00
|
|
|
"moment": "^2.24.0",
|
2020-05-05 01:06:27 +02:00
|
|
|
"mongodb": "^3.5.7",
|
2020-04-09 16:30:52 +02:00
|
|
|
"mysql": "^2.18.1",
|
|
|
|
"node-fetch": "^2.6.0",
|
2020-04-17 17:23:13 +02:00
|
|
|
"similarity": "^1.2.1",
|
2020-06-04 19:59:09 +02:00
|
|
|
"timestring": "^6.0.0",
|
2020-04-13 22:38:10 +02:00
|
|
|
"winston": "^3.2.1",
|
|
|
|
"winston-transport": "^4.3.0"
|
2020-07-23 22:40:20 +02:00
|
|
|
},
|
|
|
|
"devDependencies": {}
|
2020-04-08 15:00:20 +02:00
|
|
|
}
|