brain backup 2026-09-14

This commit is contained in:
Adolfo Reyna
2026-09-14 22:38:47 -04:00
parent ca346cc6e7
commit f0ead4f6fa
147 changed files with 73451 additions and 8 deletions
@@ -0,0 +1,25 @@
{
"name": "colanode-hermes-bridge",
"version": "0.1.0",
"private": true,
"type": "module",
"engines": {
"node": ">=22"
},
"scripts": {
"build": "tsc -p tsconfig.json",
"test": "npm run build && node --test dist/test/*.test.js",
"start": "node dist/index.js",
"dev": "tsx src/index.ts"
},
"dependencies": {
"js-base64": "^3.7.7",
"ws": "^8.18.0",
"yjs": "^13.6.21"
},
"devDependencies": {
"@types/node": "^22.10.2",
"@types/ws": "^8.5.13",
"typescript": "^5.7.2"
}
}