Gambling-BOT/package.json
2025-06-28 16:13:36 +02:00

19 lines
394 B
JSON

{
"name": "gambling-bot",
"version": "1.0.0",
"description": "a simple gambling discord bot",
"license": "ISC",
"author": "",
"type": "commonjs",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"discord-api-types": "^0.38.13",
"discord.js": "^14.21.0",
"pg": "^8.16.3",
"uuid": "^11.1.0"
}
}