meridian-bot/package.json
Yannis Perrot 6153f98c22 1st
2024-02-19 15:43:17 +01:00

17 lines
298 B
JSON

{
"name": "meridianbot",
"version": "1.1.0",
"description": "Meridian Discord Bot",
"main": "index.js",
"scripts": {
"test": "test"
},
"author": "veko",
"license": "ISC",
"dependencies": {
"cron": "^3.1.6",
"discord.js": "^14.14.1",
"dofusdude-js": "^0.8.2"
}
}