Upload file package.json via GUI
This commit is contained in:
21
package.json
Normal file
21
package.json
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
Reference in New Issue
Block a user