feat: implement account, profile, network, and activity management

This commit is contained in:
2025-06-07 10:40:04 +08:00
commit 2f8cd28ee7
135 changed files with 11665 additions and 0 deletions

15
package.json Normal file
View File

@@ -0,0 +1,15 @@
{
"name": "@sonr-io/radar-worker",
"version": "0.0.1",
"private": true,
"dependencies": {
"@extism/extism": "^2.0.0-rc11",
"@helia/dag-cbor": "^1.0.1",
"@helia/dag-json": "^1.0.1",
"@helia/json": "^1.0.1",
"@helia/strings": "^1.0.1",
"@helia/unixfs": "^1.4.1",
"helia": "^2.1.0",
"sonr-cosmes": "^0.0.5"
}
}