mirror of
https://github.com/logos-storage/discord-bot.git
synced 2026-01-02 13:13:08 +00:00
18 lines
393 B
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"
|
|
}
|
|
}
|