This commit is contained in:
CorwinDev 2022-12-12 16:07:45 +01:00
parent c7c3fe99ab
commit d355617be2
2 changed files with 6 additions and 1 deletions

1
package-lock.json generated
View file

@ -45,6 +45,7 @@
"moment-timezone": "^0.5.39",
"mongoose": "^6.8.0",
"ms": "^2.1.3",
"node-fetch": "^2.6.6",
"popcat-wrapper": "^1.5.4",
"sourcebin": "^5.0.0",
"topgg-autoposter": "^2.0.1",

View file

@ -62,11 +62,15 @@
"moment-timezone": "^0.5.39",
"mongoose": "^6.8.0",
"ms": "^2.1.3",
"node-fetch": "^2.6.6",
"popcat-wrapper": "^1.5.4",
"sourcebin": "^5.0.0",
"topgg-autoposter": "^2.0.1",
"util": "^0.12.5",
"weather-js": "^2.0.0",
"ytdl-core": "^4.11.2"
},
"devDependencies": {
"node": "^17.4.0"
}
}
}