UNPKG

frost-api

Version:

A wrapper for Rust Console Edition (RCE) that allows you to use the websocket and API from G-Portal.

32 lines (31 loc) 666 B
{ "name": "frost-api", "version": "1.0.2", "main": "dist/index.js", "directories": { "test": "tests" }, "scripts": {}, "repository": { "type": "git", "url": "https://github.com/Logan-Clinez/Frost-API.git" }, "keywords": [ "rce", "rust console edition", "g-portal", "websocket", "api" ], "author": "Logan-Clinez", "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": { "cheerio": "^1.0.0", "ws": "^8.18.0" } }