Files
2smart2wait/package.json
2020-06-29 14:57:59 +02:00

23 lines
593 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": "node src/main.js"
},
"license": "GPL-3.0-only",
"dependencies": {
"discord.js": "^11.6.4",
"luxon": "^1.24.1",
"minecraft-protocol": "^1.13.0",
"minecraft-server-util": "^1.3.0",
"moment": "^2.27.0",
"opn": "^6.0.0",
"prismarine-tokens": "^1.0.3",
"prompt": "^1.0.0"
}
}