mirror of
https://github.com/kennethnym/freya
synced 2026-06-23 01:44:55 +01:00
feat: add agent websocket endpoint (#142)
This commit is contained in:
10
packages/freya-agent-protocol/package.json
Normal file
10
packages/freya-agent-protocol/package.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"name": "@freya/agent-protocol",
|
||||
"version": "0.0.0",
|
||||
"type": "module",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"scripts": {
|
||||
"test": "bun test ./src"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user