mirror of
https://github.com/MeowLynxSea/Proksea.git
synced 2025-07-09 10:54:40 +00:00
26 lines
601 B
JSON
26 lines
601 B
JSON
{
|
|
"name": "mc-srv",
|
|
"version": "1.0.0",
|
|
"description": "A demo server for minecraft written in JS",
|
|
"main": "app.js",
|
|
"scripts": {
|
|
"test": "node app.js play.molean.com 1.16.3"
|
|
},
|
|
"keywords": [
|
|
"mc",
|
|
"js",
|
|
"server"
|
|
],
|
|
"author": "MewnLynxSea",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"basic-minecraft-proxy": "^2.0.1",
|
|
"blessed": "^0.1.81",
|
|
"chalk": "^4.1.2",
|
|
"loglevel": "^1.9.1",
|
|
"minecraft-protocol": "^1.47.0",
|
|
"prismarine-chunk": "^1.35.0",
|
|
"readline": "^1.3.0"
|
|
}
|
|
}
|