2026-04-23 01:15:20 -04:00
|
|
|
{
|
|
|
|
|
"name": "rom-control",
|
2026-04-25 12:45:48 -04:00
|
|
|
"version": "2.0.1",
|
2026-04-23 01:15:20 -04:00
|
|
|
"description": "Discord.js-style OOP client for the Jibo ROM WebSocket API",
|
|
|
|
|
"main": "./index.js",
|
|
|
|
|
"exports": {
|
|
|
|
|
"require": "./index.js",
|
|
|
|
|
"import": "./index.mjs",
|
|
|
|
|
"default": "./index.js"
|
|
|
|
|
},
|
|
|
|
|
"files": [
|
|
|
|
|
"src/",
|
|
|
|
|
"index.js",
|
|
|
|
|
"index.mjs",
|
|
|
|
|
"API.md"
|
|
|
|
|
],
|
|
|
|
|
"keywords": [
|
|
|
|
|
"jibo",
|
|
|
|
|
"rom",
|
|
|
|
|
"robot",
|
|
|
|
|
"websocket",
|
|
|
|
|
"sdk"
|
|
|
|
|
],
|
|
|
|
|
"author": "Paskooter",
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"repository": {
|
|
|
|
|
"type": "git",
|
|
|
|
|
"url": "git+ssh://git@github.com/Paskooter/rom-control.git"
|
|
|
|
|
},
|
|
|
|
|
"homepage": "https://github.com/Paskooter/rom-control#readme",
|
|
|
|
|
"bugs": {
|
|
|
|
|
"url": "https://github.com/Paskooter/rom-control/issues"
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"ws": "^8.14.2"
|
|
|
|
|
},
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">=16"
|
|
|
|
|
}
|
|
|
|
|
}
|