forked from Galactic/galactic-bot
36 lines
937 B
JSON
36 lines
937 B
JSON
{
|
|
"name": "new-gbot",
|
|
"version": "0.0.1",
|
|
"description": "New iteration of GalacticBot",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start": "node --trace-warnings 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": {
|
|
"@babel/plugin-proposal-optional-chaining": "^7.9.0",
|
|
"babel-eslint": "^10.1.0",
|
|
"chalk": "^4.0.0",
|
|
"common-tags": "^1.8.0",
|
|
"discord.js": "discordjs/discord.js",
|
|
"escape-string-regexp": "^3.0.0",
|
|
"eslint": "eslint/eslint",
|
|
"moment": "^2.24.0",
|
|
"mongodb": "^3.5.7",
|
|
"mysql": "^2.18.1",
|
|
"node-fetch": "^2.6.0",
|
|
"similarity": "^1.2.1",
|
|
"winston": "^3.2.1",
|
|
"winston-transport": "^4.3.0"
|
|
}
|
|
}
|