{ "imports": { "nats": "npm:nats", "zod": "npm:zod", "std/": "https://deno.land/std@0.213.0/", "dnt": "https://deno.land/x/dnt@0.39.0/mod.ts" }, "tasks": { "test": "deno test --allow-net --allow-env --parallel", "build": "deno run -A scripts/build_npm.ts 0.1.0", "publish": "cd npm && npm publish" }, "lint": { "include": ["src/"] } }