galactic-bot/package.json

36 lines
903 B
JSON

{
"name": "new-gbot",
"version": "3.0.0-canary.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": {
"chalk": "^4.0.0",
"common-tags": "^1.8.0",
"discord.js": "discordjs/discord.js",
"escape-string-regexp": "^3.0.0",
"eslint": "^7.2.0",
"moment": "^2.24.0",
"mongodb": "^3.5.7",
"mysql": "^2.18.1",
"node-fetch": "^2.6.0",
"similarity": "^1.2.1",
"timestring": "^6.0.0",
"winston": "^3.2.1",
"winston-transport": "^4.3.0"
},
"devDependencies": {}
}