Skip to content

Commit

Permalink
Update dependencies and added lint command
Browse files Browse the repository at this point in the history
  • Loading branch information
hwangsihu committed Feb 12, 2025
1 parent 473fcd6 commit b9e2dc0
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 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 @@ -34,18 +36,18 @@
"country-emoji-languages": "^1.0.1",
"discord-giveaways": "^6.0.1",
"discord-together": "^1.3.31",
"discord.js": "^14.17.3",
"discord.js": "^14.18.0",
"dotenv": "^16.4.7",
"ejs": "^3.1.10",
"enhanced-ms": "^3.1.0",
"enhanced-ms": "^4.0.0",
"express": "^4.21.2",
"express-session": "^1.18.1",
"fixedsize-map": "^1.1.0",
"iso-639-1": "^3.1.4",
"iso-639-1": "^3.1.5",
"lavaclient": "^4.1.1",
"module-alias": "^2.2.3",
"moment": "^2.30.1",
"mongoose": "^8.9.6",
"mongoose": "^8.10.0",
"nekos.life": "^3.0.0",
"node-fetch": "^2.7.0",
"os": "^0.1.2",
Expand All @@ -67,13 +69,13 @@
},
"devDependencies": {
"@eslint/eslintrc": "^3.2.0",
"@eslint/js": "^9.19.0",
"eslint": "^9.19.0",
"@eslint/js": "^9.20.0",
"eslint": "^9.20.1",
"eslint-plugin-jsdoc": "^50.6.3",
"globals": "^15.14.0",
"node": "^18.20.6",
"node": "^22.14.0",
"nodemon": "^3.1.9",
"prettier": "3.4.2"
"prettier": "^3.5.0"
},
"keywords": [
"discord",
Expand Down

0 comments on commit b9e2dc0

Please sign in to comment.