forked from MrGeorgen/2smart2wait
23 lines
609 B
JSON
23 lines
609 B
JSON
{
|
|
"name": "2smart2wait",
|
|
"version": "1.0.0",
|
|
"description": "feature rich fork of 2bored2wait",
|
|
"main": "src/main.js",
|
|
"author": "MrGeorgen",
|
|
"repository": "git://git.redstoneunion.de/MrGeorgen/2smart2wait.git",
|
|
"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",
|
|
"opn": "^6.0.0",
|
|
"prismarine-tokens": "^1.0.3",
|
|
"prompt": "^1.0.0"
|
|
}
|
|
}
|