Added Open Jibo Node Server and README doc plans

This commit is contained in:
Jacob Dubin
2026-04-09 21:30:23 -05:00
parent 34178c71f1
commit 0c040d1348
5 changed files with 3546 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
{
"name": "jibo",
"version": "1.0.0",
"description": "",
"main": "open-jibo-link.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"ws": "^8.20.0"
}
}