services, and set of libraries used by said services in packages. These are all independent, and are registered to the apps workspace (@example) for now. eg: if a service myapp registered as @example/myapp wanted packages/utils, it'd import @example/utils and it'd find it within packages. /packages/foo/deno.json and packages/foo/mod.ts with a funciton exported. the deno.js has the following contents:@example/foo in API, as it says ..