forked from MrGeorgen/2smart2wait
23 lines
562 B
JSON
23 lines
562 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|