{ "tasks": { "install": "deno install -f -A --unstable --no-lock -n tsx server.tsx", "run": "deno run -A --unstable --no-lock server.tsx" } }