forked from Galactic/galactic-bot
41 lines
1.0 KiB
JSON
41 lines
1.0 KiB
JSON
{
|
|
"name": "new-gbot",
|
|
"version": "3.0.0-dev.1",
|
|
"description": "New iteration of GalacticBot",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start": "node --trace-warnings index.js",
|
|
"debug": "node --trace-warnings --inspect 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": "^12.4.1",
|
|
"escape-string-regexp": "^3.0.0",
|
|
"eslint": "^7.9.0",
|
|
"forever": "^3.0.0",
|
|
"global": "^4.4.0",
|
|
"moment": "^2.24.0",
|
|
"mongodb": "^3.5.9",
|
|
"mysql": "^2.18.1",
|
|
"node-fetch": "^2.6.0",
|
|
"pm2": "^4.4.0",
|
|
"request": "^2.88.2",
|
|
"similarity": "^1.2.1",
|
|
"timestring": "^6.0.0",
|
|
"winston": "^3.2.1",
|
|
"winston-transport": "^4.3.0"
|
|
},
|
|
"devDependencies": {}
|
|
}
|