Update package*json files

This commit is contained in:
SileNce5k 2021-03-08 19:54:49 +01:00
parent 7bc234fc6e
commit dfda6a7c07
No known key found for this signature in database
GPG key ID: C507260E7F2583AD
2 changed files with 732 additions and 2 deletions

View file

@ -4,11 +4,11 @@
"description": "My second attempt at making a bot in javascript",
"main": "server.js",
"dependencies": {
"clear-module": "^4.1.1",
"discord.js": "^12.5.1",
"express": "^4.17.1",
"thesaurize": "^1.0.11"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},