Files
ChemistryHelpBot/package.json
2025-11-23 13:22:13 -05:00

43 lines
1.0 KiB
JSON

{
"name": "chemhelp-bot",
"version": "2.0.0",
"main": "dist/index.js",
"scripts": {
"start": "tsc && bun .",
"build": "tsc",
"dev": "tsc && nodemon ./src/index.js"
},
"author": "Sir Blob",
"license": "ISC",
"description": "",
"dependencies": {
"@discordjs/opus": "^0.9.0",
"@discordjs/voice": "^0.18.0",
"@distube/soundcloud": "^2.0.4",
"@distube/spotify": "^2.0.2",
"@distube/yt-dlp": "^2.0.1",
"@google/generative-ai": "^0.24.1",
"@langchain/google-genai": "^1.0.3",
"bufferutil": "^4.0.9",
"chartjs-node-canvas": "^5.0.0",
"discord.js": "^14.22.1",
"distube": "^5.0.7",
"dotenv": "^16.6.1",
"ffmpeg-static": "^5.2.0",
"js-yaml": "^4.1.0",
"libsodium-wrappers": "^0.7.15",
"mongoose": "^9.0.0",
"ms": "^2.1.3",
"opusscript": "^0.1.1",
"sodium": "^3.0.2",
"sodium-native": "^4.3.3",
"utf-8-validate": "^6.0.5",
"zlib-sync": "^0.1.10"
},
"devDependencies": {
"@types/js-yaml": "^4.0.9",
"@types/ms": "^2.1.0",
"fs": "^0.0.1-security"
}
}