discord-multipurpose-bot/package.json

27 lines
664 B
JSON
Raw Normal View History

2024-08-31 02:34:09 +01:00
{
"name": "multipurpose-discord-bot",
2024-08-31 02:34:09 +01:00
"version": "1.0.0",
"author": "Ayden Jahola",
"description": "A multipurpose discord bot",
"github": "https://github.com/aydenjahola/discord-multipurpose-bot",
2024-08-31 02:34:09 +01:00
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"license": "MIT",
2024-08-31 02:34:09 +01:00
"dependencies": {
"axios": "^1.7.7",
2024-08-31 02:34:09 +01:00
"discord.js": "^14.15.3",
"dotenv": "^16.4.5",
"express": "^4.19.2",
"html-entities": "^2.5.2",
2024-10-28 23:14:58 +00:00
"moment": "^2.30.1",
2024-08-31 02:34:09 +01:00
"mongoose": "^8.6.0",
2024-09-25 12:15:28 +01:00
"nodemailer": "^6.9.14",
"owoify-js": "^2.0.0",
2024-10-28 23:14:58 +00:00
"puppeteer": "^23.4.1",
"uuid": "^11.0.0"
2024-08-31 02:34:09 +01:00
}
}