Hookd Relay: Express server bridging extension to Horus AI agents

This commit is contained in:
Horus AI
2026-04-19 22:50:18 +02:00
commit bca568278f
594 changed files with 63314 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
{
"name": "hookd-relay",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"cors": "^2.8.6",
"express": "^5.2.1"
}
}