Initial commit
This commit is contained in:
22
package.json
Normal file
22
package.json
Normal file
@ -0,0 +1,22 @@
|
||||
{
|
||||
"name": "2smart2wait",
|
||||
"version": "1.0.0",
|
||||
"description": "feature rich fork of 2bored2wait",
|
||||
"main": "discordBot.js",
|
||||
"author": "MrGeorgen",
|
||||
"scripts": {
|
||||
"start": "(cd src && node main.js && cd -)"
|
||||
},
|
||||
"license": "GPL-3.0-only",
|
||||
"dependencies": {
|
||||
"discord.js": "^11.5.1",
|
||||
"luxon": "^1.22.2",
|
||||
"minecraft-protocol": "^1.11.0",
|
||||
"minecraft-server-util": "^1.1.0",
|
||||
"moment": "^2.24.0",
|
||||
"node-schedule": "^1.3.2",
|
||||
"opn": "^6.0.0",
|
||||
"prompt": "^1.0.0",
|
||||
"sleep-ms": "^2.0.1"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user