nano-service/deno.json
qpismont 8cd00d9106
Some checks failed
ci/woodpecker/push/lint Pipeline was successful
ci/woodpecker/push/test Pipeline failed
add --allow-env for unit tests
2024-01-04 23:08:27 +01:00

16 lines
423 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 --allow-env --parallel",
"build": "deno run -A scripts/build_npm.ts 0.1.0",
"publish": "cd npm && npm publish"
},
"lint": {
"include": ["src/"]
}
}