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