Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnDavid30 authored Dec 10, 2022
1 parent 1e31a28 commit 3e856c7
Showing 1 changed file with 44 additions and 40 deletions.
84 changes: 44 additions & 40 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "discord-js-bot",
"version": "4.1.0",
"version": "3.0.0",
"description": "A multipurpose discord bot built using discord-js",
"main": "bot.js",
"author": "JohnDavid",
Expand All @@ -18,65 +18,69 @@
"url": "git+https://github.com/Khanmanan/automod-bot.git"
},
"dependencies": {
"@vitalets/google-translate-api": "^7.0.0",
"@lavaclient/queue": "^2.1.1",
"@lavaclient/spotify": "^3.1.0",
"@vitalets/google-translate-api": "^9.0.0",
"ascii-table": "0.0.9",
"btoa": "^1.2.1",
"chalk": "^4.1.2",
"country-language": "^0.1.7",
"discord-giveaways": "^5.0.1",
"discord.js": "^13.6.0",
"dotenv": "^16.0.0",
"ejs": "^3.1.6",
"erela.js": "^2.3.3",
"erela.js-deezer": "^1.0.7",
"erela.js-facebook": "^1.0.4",
"erela.js-spotify": "^1.2.0",
"express": "^4.17.2",
"express-session": "^1.17.2",
"common-tags": "^1.8.2",
"connect-mongo": "^4.6.0",
"country-emoji-languages": "^1.0.0",
"discord-giveaways": "^6.0.1",
"discord-together": "^1.3.31",
"discord.js": "^14.7.1",
"dotenv": "^16.0.3",
"ejs": "^3.1.8",
"enhanced-ms": "^2.2.0",
"express": "^4.18.2",
"express-session": "^1.17.3",
"fixedsize-map": "^1.0.1",
"fs": "0.0.1-security",
"iso-639-1": "^2.1.12",
"iso-639-1": "^2.1.15",
"lavaclient": "^4.1.1",
"module-alias": "^2.2.2",
"moment": "^2.29.1",
"mongoose": "^5.13.7",
"nekos.life": "^2.0.9",
"node-fetch": "^2.6.1",
"moment": "^2.29.4",
"mongoose": "^6.8.0",
"nekos.life": "^3.0.0",
"node-fetch": "^2.6.7",
"os": "^0.1.2",
"outdent": "^0.8.0",
"pino": "^8.7.0",
"pino-pretty": "^9.1.1",
"pretty-ms": "^7.0.1",
"simple-node-logger": "^21.8.12",
"snakecord": "^1.0.9",
"sourcebin_js": "^0.0.3-ignore",
"string-progressbar": "^1.0.4",
"table": "^6.8.0",
"table": "^6.8.1",
"timestamp-to-date": "^1.1.0",
"twemoji-parser": "^13.1.0"
"twemoji-parser": "^14.0.0"
},
"optionalDependencies": {
"bufferutil": "^4.0.7",
"erlpack": "^0.1.4",
"utf-8-validate": "^5.0.10",
"zlib-sync": "^0.1.7"
},
"devDependencies": {
"eslint": "^8.6.0",
"eslint-plugin-jsdoc": "^37.6.1",
"node": "^16.10.0",
"nodemon": "^2.0.15",
"prettier": "2.5.1"
"eslint": "^8.29.0",
"eslint-plugin-jsdoc": "^39.6.4",
"node": "^16.11.0",
"nodemon": "^2.0.20",
"prettier": "2.8.1"
},
"keywords": [
"discord",
"discord.js",
"discord-bot",
"open-source",
"bot",
"multipurpose"
"multipurpose",
"multi-purpose-bot"
],
"_moduleAliases": {
"@root": ".",
"@commands": "src/commands/",
"@features": "src/features/",
"@schemas": "src/schemas/",
"@handlers": "src/handlers/",
"@helpers": "src/helpers/",
"@schemas": "src/database/schemas/",
"@src": "src/",
"@utils": "src/utils/"
},
"bugs": {
"url": "https://github.com/Khanmanan/automod-bot/issues"
},
"directories": {
"doc": "docs"
"@structures": "src/structures/"
}
}

0 comments on commit 3e856c7

Please sign in to comment.