21 lines
431 B
JSON
21 lines
431 B
JSON
{
|
|
"name": "pluginbot",
|
|
"version": "v2.1",
|
|
"description": "A Discord bot for tracking SpigotMC plugin updates",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start": "bash tmux.sh start"
|
|
},
|
|
"author": "M_Viper",
|
|
"license": "GPL-3.0",
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
},
|
|
"dependencies": {
|
|
"discord.js": "^14.15.3",
|
|
"spiget": "0.1.3",
|
|
"winston": "^3.13.0",
|
|
"dotenv": "^16.4.5"
|
|
},
|
|
"type": "module"
|
|
} |