Files
bot_Tamiseur/package.json
dependabot[bot] 24b79b6b69 Bump mongoose from 8.5.2 to 8.8.3
Bumps [mongoose](https://github.com/Automattic/mongoose) from 8.5.2 to 8.8.3.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Automattic/mongoose/compare/8.5.2...8.8.3)

---
updated-dependencies:
- dependency-name: mongoose
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-12-03 13:27:58 +00:00

58 lines
1.5 KiB
JSON

{
"name": "bot_tamiseur",
"description": "Listen to music and use fun commands with your friends!",
"version": "3.0.3",
"author": {
"name": "Zachary Guénot"
},
"main": "src/index.ts",
"scripts": {
"format": "prettier --write .",
"start": "ts-node src/index.ts",
"dev": "nodemon -e ts src/index.ts",
"build": "tsc",
"lint": "eslint src/**/*.ts",
"prod": "node dist/index.js"
},
"//": [
"Garder chalk à la version 4.1.2 pour éviter un bug ESM avec la version >=5.0.0"
],
"dependencies": {
"@discord-player/equalizer": "^0.2.3",
"@discord-player/extractor": "^4.5.0",
"@discordjs/voice": "^0.17.0",
"@evan/opus": "^1.0.3",
"axios": "^1.7.4",
"bufferutil": "^4.0.8",
"chalk": "^4.1.2",
"discord-player": "^6.7.1",
"discord-player-youtubei": "^1.2.4",
"discord.js": "^14.15.3",
"dotenv": "^16.4.5",
"iconv-lite": "^0.6.3",
"jsdom": "^24.1.1",
"libsodium-wrappers": "^0.7.14",
"mediaplex": "^0.0.9",
"mongoose": "^8.8.3",
"parse-torrent": "^9.1.5",
"require-all": "^3.0.0",
"rss-parser": "^3.13.0",
"ts-node": "^10.9.2",
"utf-8-validate": "^6.0.4",
"websocket": "^1.0.35"
},
"devDependencies": {
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "^9.8.0",
"@swc/core": "^1.7.6",
"@types/node": "^22.1.0",
"@types/parse-torrent": "^5.8.7",
"@types/websocket": "^1.0.10",
"@typescript-eslint/eslint-plugin": "^8.0.1",
"@typescript-eslint/parser": "^8.0.1",
"eslint": "^9.8.0",
"nodemon": "^3.1.4",
"prettier": "^3.3.3"
}
}