Files
2smart2wait/package.json
2020-05-14 19:14:45 +02:00

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"
}
}