JSR publish: source .ts or transpiled .js w/sourcemaps?
main, module, typings in my manifest, all that jazz?Stream a Sharp object / Node Readable with Deno.serve()
node:http's createServer.
Can i somehow pipe the Sharp object directly to the response without writing my own ReadableStream?```ts
import sharp from "npm:sharp";
Deno.serve(() => {...Deno blog error while trying to deploy it on deno deploy
deno run --allow-net --allow-read --allow-env Blog/blog.ts, it works fine locally. However, when I deploy it on Deno Deploy, I encounter the following error:
```The deployment failed: UNCAUGHT_EXCEPTION
Error: Cannot run blog from a remote URL....Getting the width and height of an image
Deno v2 deno install not installing all dep files
Deno.serve() + sharp + streams
toBuffer() which i think could be optimised using Streams:```ts
import sharp from "npm:sharp";...Deno add --dev flag not doing anything
deno add --dev @package/example the package is added to deno.json as import same without the --dev flag.
I noticed I could add the devDependencies in package.json, but I would like to skip package.json when using deno. 
What is the correct way to add dev dependencies with deno ?...Error running deno
Getting Error: Could not open library: The specified module could not be found. while opening a dll
How to transpile typescript to javascript?
How to configure Deno to use an SWC-Plugin to transpile TSX?
Signoff deno-deploy bot's commit message
how to use deno.json when using deno runtime in rust?
deno check failing for @headlessui/react
deno check ./routes/prescriptions/[prescription_id].tsx
I get an error 
```...Deno equivalent for `npm create svelte@latest my-app`
npm create is an alias for npm init I thought I'd just be able to use deno init svelte@latest my-app as it claims to be a replacement here: https://youtu.be/d35SlRgVxT8?t=546.
What would the correct way to init a svelte app? I'd like to use a deno.json if possible rather than package.json....Deno workspace with sveltekit(package.json) import native deno library dependency
sveltekit(package.json) - ./client  and deno library  ./services (deno.json)
- Is it possible to import services in client?
- If yes how?...invalid peer certificate: Expired

nodeModulesDir with deno workspaces
