Skip to content

Commit

Permalink
Update dependencies and added lint commands
Browse files Browse the repository at this point in the history
  • Loading branch information
hwangsihu committed Dec 14, 2024
1 parent 9f4eb66 commit bfb844e
Showing 1 changed file with 12 additions and 10 deletions.
22 changes: 12 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
"scripts": {
"dev": "nodemon .",
"start": "node .",
"lint": "eslint src",
"lint:fix": "eslint src --fix",
"format": "prettier --write src",
"docker:package": "tar -cf discord-js-bot.tar dashboard logs src bot.js config.js dockerfile package.json package-lock.json",
"docker:build": "docker build -t saitejamadha/discord-js-bot:5.5.0 ."
Expand All @@ -35,17 +37,17 @@
"discord-giveaways": "^6.0.1",
"discord-together": "^1.3.31",
"discord.js": "^14.16.3",
"dotenv": "^16.4.5",
"dotenv": "^16.4.7",
"ejs": "^3.1.10",
"enhanced-ms": "^3.0.0",
"express": "^4.21.1",
"express": "^4.21.2",
"express-session": "^1.18.1",
"fixedsize-map": "^1.1.0",
"iso-639-1": "^3.1.3",
"lavaclient": "^4.1.1",
"module-alias": "^2.2.3",
"moment": "^2.30.1",
"mongoose": "^8.8.2",
"mongoose": "^8.9.0",
"nekos.life": "^3.0.0",
"node-fetch": "^2.7.0",
"os": "^0.1.2",
Expand All @@ -55,7 +57,7 @@
"snakecord": "^1.0.9",
"sourcebin_js": "^0.0.3-ignore",
"string-progressbar": "^1.0.4",
"table": "^6.8.2",
"table": "^6.9.0",
"timestamp-to-date": "^1.1.0",
"twemoji-parser": "^14.0.0"
},
Expand All @@ -67,13 +69,13 @@
},
"devDependencies": {
"@eslint/eslintrc": "^3.2.0",
"@eslint/js": "^9.15.0",
"eslint": "^9.15.0",
"eslint-plugin-jsdoc": "^50.5.0",
"globals": "^15.12.0",
"@eslint/js": "^9.17.0",
"eslint": "^9.17.0",
"eslint-plugin-jsdoc": "^50.6.1",
"globals": "^15.13.0",
"node": "^18.20.5",
"nodemon": "^3.1.7",
"prettier": "3.3.3"
"nodemon": "^3.1.9",
"prettier": "^3.4.2"
},
"keywords": [
"discord",
Expand Down

0 comments on commit bfb844e

Please sign in to comment.