Initial commit

This commit is contained in:
MrGeorgen
2020-04-12 15:45:54 +02:00
commit 1f2ce221e7
12 changed files with 1490 additions and 0 deletions

22
package.json Normal file
View 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"
}
}