{"id":16623638,"url":"https://github.com/catplvsplus/rcon","last_synced_at":"2025-10-27T19:06:38.309Z","repository":{"id":184203848,"uuid":"671480543","full_name":"catplvsplus/rcon","owner":"catplvsplus","description":null,"archived":false,"fork":false,"pushed_at":"2023-07-27T12:16:41.000Z","size":10,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-18T01:07:36.906Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/catplvsplus.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2023-07-27T12:16:07.000Z","updated_at":"2023-07-27T12:16:13.000Z","dependencies_parsed_at":"2023-07-27T13:47:46.145Z","dependency_job_id":null,"html_url":"https://github.com/catplvsplus/rcon","commit_stats":null,"previous_names":["notghex/rcon","catplvsplus/rcon"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/catplvsplus%2Frcon","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/catplvsplus%2Frcon/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/catplvsplus%2Frcon/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/catplvsplus%2Frcon/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/catplvsplus","download_url":"https://codeload.github.com/catplvsplus/rcon/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243021406,"owners_count":20223066,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-12T03:24:25.674Z","updated_at":"2025-10-27T19:06:33.288Z","avatar_url":"https://github.com/catplvsplus.png","language":"TypeScript","readme":"# rcon\n\nRcon client for node.js\n\n```js\nimport { RconClient } from '@catplusplus/rcon';\n\nconst client = new RconClient({\n    host: 'localhost',\n    port: 25575,\n    password: 'password'\n});\n\nclient.on('ready', async () =\u003e {\n    const packet = await client.sendCommand('help');\n    console.log(packet.body);\n});\n\nclient.login();\n```","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcatplvsplus%2Frcon","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcatplvsplus%2Frcon","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcatplvsplus%2Frcon/lists"}