UNPKG

rce.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) 644 B
{ "name": "rce.js", "version": "3.6.0", "main": "dist/index.js", "directories": { "test": "tests" }, "scripts": {}, "repository": { "type": "git", "url": "https://github.com/b1nzeex/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" } }