mirror of
https://github.com/kennethnym/freya
synced 2026-06-20 08:31:17 +01:00
16 lines
314 B
JSON
16 lines
314 B
JSON
{
|
|
"name": "@freya/agent-test-cli",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"format": "oxfmt --write .",
|
|
"start": "bun run src/agent-test-cli.ts",
|
|
"typecheck": "bun tsc --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"@freya/agent-protocol": "workspace:*",
|
|
"@nym.sh/jrpc": "^0.1.0"
|
|
}
|
|
}
|