mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-20 05:51:35 +02:00
Update deps and remove ones that don't work with node 12
This commit is contained in:
+4
-6
@@ -28,26 +28,24 @@
|
|||||||
},
|
},
|
||||||
"homepage": "https://github.com/dragonfire535/xiao#readme",
|
"homepage": "https://github.com/dragonfire535/xiao#readme",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=11"
|
"node": ">=12"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"canvas": "^2.4.1",
|
"canvas": "^2.5.0",
|
||||||
"cheerio": "^1.0.0-rc.3",
|
"cheerio": "^1.0.0-rc.3",
|
||||||
"common-tags": "^1.8.0",
|
"common-tags": "^1.8.0",
|
||||||
"custom-translate": "^2.2.8",
|
"custom-translate": "^2.2.8",
|
||||||
"discord.js": "github:discordjs/discord.js",
|
"discord.js": "github:discordjs/discord.js",
|
||||||
"discord.js-commando": "github:discordjs/Commando",
|
"discord.js-commando": "github:discordjs/Commando",
|
||||||
"dotenv": "^8.0.0",
|
"dotenv": "^8.0.0",
|
||||||
"erlpack": "github:discordapp/erlpack",
|
"mathjs": "^5.10.0",
|
||||||
"mathjs": "^5.9.0",
|
|
||||||
"moment": "^2.24.0",
|
"moment": "^2.24.0",
|
||||||
"moment-duration-format": "^2.2.2",
|
"moment-duration-format": "^2.2.2",
|
||||||
"moment-timezone": "^0.5.25",
|
"moment-timezone": "^0.5.25",
|
||||||
"neopet-image-finder": "^5.0.2",
|
"neopet-image-finder": "^5.0.2",
|
||||||
"node-superfetch": "^0.1.9",
|
"node-superfetch": "^0.1.9",
|
||||||
"random-js": "^2.0.0",
|
"random-js": "^2.0.0",
|
||||||
"winston": "^3.2.1",
|
"winston": "^3.2.1"
|
||||||
"zlib-sync": "^0.1.4"
|
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"eslint": "^5.16.0",
|
"eslint": "^5.16.0",
|
||||||
|
|||||||
Reference in New Issue
Block a user