discord-bot/package.json

18 lines
393 B
JSON

{
"name": "codexbot",
"version": "1.0.0",
"description": "discord bot for codex community",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js"
},
"author": "hackyguru",
"license": "ISC",
"dependencies": {
"@supabase/supabase-js": "^2.46.2",
"discord.js": "^14.16.3",
"dotenv": "^16.4.7"
}
}