Files
general-purpose-bot/package.json
2023-11-07 12:19:25 +01:00

17 lines
356 B
JSON

{
"dependencies": {
"discord.js": "^14.13.0",
"dotenv": "^16.3.1"
},
"name": "minzbot",
"description": "Successor of the Discord.py implementation",
"version": "1.0.0",
"main": "main.js",
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Minz💕",
"license": "ISC"
}