Files
Tochiwas-discord-bot/package.json
2024-09-13 21:03:14 +02:00

14 lines
220 B
JSON

{
"dependencies": {
"discord.js": "^14.15.3",
"dotenv": "^16.4.5",
"jest": "^29.7.0",
"node-cron": "^3.0.3",
"pg": "^8.12.0",
"sequelize": "^6.37.3"
},
"scripts": {
"test": "jest"
}
}