UNPKG

frost-api-wrapper

Version:

A wrapper that allows you to use the websocket and API from G-Portal.

31 lines (30 loc) 634 B
{ "name": "frost-api-wrapper", "version": "1.0.0", "main": "dist/index.js", "directories": { "test": "tests" }, "scripts": {}, "repository": { "type": "git", "url": "https://github.com/LoganClinez/frost-api-wrapper.git" }, "keywords": [ "g-portal", "websocket", "api" ], "author": "LoganClinez", "license": "ISC", "description": "A wrapper that allows you to use the websocket and API from G-Portal.", "devDependencies": { "@types/node": "^20.14.14", "@types/ws": "^8.5.11", "@types/uuid": "*" }, "dependencies": { "cheerio": "^1.0.0", "ws": "^8.18.0" } }