wsb-bot / package.json
APRK01
Initial commit: WSB Discord Bot
3c7e34b
raw
history blame
286 Bytes
{
"name": "wsb-bot",
"version": "1.0.0",
"description": "WSB β€” Wyvern Softworks Bot",
"main": "src/index.js",
"scripts": {
"start": "node src/index.js"
},
"dependencies": {
"better-sqlite3": "^11.7.0",
"discord.js": "^14.16.0",
"dotenv": "^16.4.0"
}
}