{ "tasks": { "config": "deno run --allow-read --allow-write setup.ts", "mount": "deno run --allow-net --allow-env --allow-read --env mount.ts", "watch": "deno run --allow-net --allow-env --env --watch main.ts", "start": "deno run --allow-net --allow-env --env main.ts", "test": "deno test" }, "imports": { "@std/assert": "jsr:@std/assert@1", "@std/datetime": "jsr:@std/datetime", "@js-temporal/polyfill": "npm:@js-temporal/polyfill", "@atproto/api": "npm:@atproto/api", "@atproto/lexicon": "npm:@atproto/lexicon", "@letta-ai/letta-client": "npm:@letta-ai/letta-client@1.0.0", "@voyager/autonomy-lexicon": "jsr:@voyager/autonomy-lexicon@^0.1.1" } }