xedoc.js
Version:
A wrapper for Rust Console Edition (RCE) that allows you to use the websocket and API from G-Portal.
31 lines (30 loc) • 650 B
JSON
{
"name": "xedoc.js",
"version": "3.6.1",
"main": "dist/index.js",
"directories": {
"test": "tests"
},
"scripts": {},
"repository": {
"type": "git",
"url": "https://github.com/ooovenenoso/rce.js.git"
},
"keywords": [
"rce",
"rust console edition",
"g-portal",
"websocket",
"api"
],
"author": "b1nzee / b1nzeee / b1nzeex",
"license": "ISC",
"description": "A wrapper for Rust Console Edition (RCE) that allows you to use the websocket and API from G-Portal.",
"devDependencies": {
"@types/node": "^20.14.14",
"@types/ws": "^8.5.11"
},
"dependencies": {
"ws": "^8.18.0"
}
}