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 Dec 29, 2024
1 parent 9f4eb66 commit d382b76
Showing 1 changed file with 14 additions and 12 deletions.
26 changes: 14 additions & 12 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,45 +37,45 @@
"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.2",
"nekos.life": "^3.0.0",
"node-fetch": "^2.7.0",
"os": "^0.1.2",
"pino": "^9.5.0",
"pino": "^9.6.0",
"pino-pretty": "^13.0.0",
"pretty-ms": "^7.0.1",
"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"
},
"optionalDependencies": {
"bufferutil": "^4.0.8",
"bufferutil": "^4.0.9",
"erlpack": "^0.1.4",
"utf-8-validate": "^6.0.5",
"zlib-sync": "^0.1.9"
},
"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.14.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 d382b76

Please sign in to comment.