Files
reapersBeepBoop/package.json
T
ReaperOfVeriod ef7e9536b6 initial upload
2025-08-03 16:19:58 +02:00

16 lines
296 B
JSON

{
"name": "discord-bot",
"version": "1.0.0",
"description": "",
"license": "MIT",
"author": "ReaperOfVeriod",
"type": "commonjs",
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"discord.js": "^14.21.0"
}
}