This commit is contained in:
Dragon Fire
2021-01-25 00:25:28 +00:00
parent e46ee1c6f7
commit 34d6cceb44
2 changed files with 239 additions and 3 deletions
+8 -3
View File
@@ -36,6 +36,7 @@
"@vitalets/google-translate-api": "^4.0.0",
"aki-api": "^5.2.1",
"bombsweeper.js": "^1.0.1",
"bufferutil": "^4.0.3",
"canvas": "^2.6.1",
"cheerio": "^1.0.0-rc.5",
"cloc": "^2.7.0",
@@ -44,9 +45,10 @@
"custom-translate": "^2.2.8",
"didyoumean2": "^4.1.0",
"discord.js": "^12.5.1",
"discord.js-commando": "github:discordjs/Commando",
"discord.js-commando": "github:discordjs/commando",
"dotenv": "^8.2.0",
"emoji-regex": "^9.2.0",
"erlpack": "github:discord/erlpack",
"eslint": "^7.18.0",
"expr-eval": "^2.0.2",
"gifencoder": "^2.0.1",
@@ -67,10 +69,13 @@
"rss-parser": "^3.10.0",
"semver": "^7.3.4",
"sherlockjs": "^1.4.0",
"sodium": "^3.0.2",
"stackblur-canvas": "^2.4.0",
"tesseract.js": "^2.1.4",
"tictactoe-minimax-ai": "^1.2.1",
"winston": "^3.3.3"
"utf-8-validate": "^5.0.4",
"winston": "^3.3.3",
"zlib-sync": "^0.1.7"
},
"optionalDependencies": {
"bufferutil": "^4.0.3",
@@ -80,7 +85,7 @@
"zlib-sync": "^0.1.7"
},
"devDependencies": {
"eslint-config-amber": "github:dragonfire535/eslint-config-amber",
"eslint-config-amber": "^2.0.4",
"eslint-plugin-json": "^2.1.2"
},
"eslintConfig": {