14 lines
289 B
JSON
14 lines
289 B
JSON
{
|
|
"name": "lbtrd-bot",
|
|
"version": "1.0.0",
|
|
"description": "Discord bot that warns when a specific user posts a link.",
|
|
"main": "src/index.js",
|
|
"type": "module",
|
|
"scripts": {
|
|
"start": "node src/index.js"
|
|
},
|
|
"dependencies": {
|
|
"discord.js": "^14.21.0",
|
|
"dotenv": "^16.6.1"
|
|
}
|
|
}
|