@brayjamin/cursed-network
Version:
Protocols for cross-server communication under the CursedMC proxy.
35 lines (34 loc) • 886 B
JSON
{
"name": "@brayjamin/cursed-network",
"version": "1.0.10",
"description": "Protocols for cross-server communication under the CursedMC proxy. ",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"sus": "npm version patch --force && npm publish"
},
"repository": {
"type": "git",
"url": "git+https://github.com/brayjamin/cursed-network.git"
},
"dependencies": {
"@grakkit/socket": "1.0.4",
"@grakkit/stdlib-paper": "1.0.14",
"@brayjamin/underscore": "1.1.0"
},
"devDependencies": {
"typescript": "4.4.3"
},
"keywords": [
"brayjamin",
"grakkit",
"cursedmc",
"cursed-network"
],
"author": "brayjamin",
"license": "ISC",
"bugs": {
"url": "https://github.com/brayjamin/cursed-network/issues"
},
"homepage": "https://github.com/brayjamin/cursed-network#readme"
}