{ "name": "@blastpilot/netbird-reconciler", "version": "0.1.0", "tasks": { "dev": "deno run --allow-net --allow-read --allow-write --allow-env --watch src/main.ts", "start": "deno run --allow-net --allow-read --allow-write --allow-env src/main.ts", "test": "deno test --allow-net --allow-read --allow-write --allow-env", "check": "deno check src/main.ts", "lint": "deno lint", "fmt": "deno fmt" }, "imports": { "@std/assert": "jsr:@std/assert@^1.0.0", "zod": "npm:zod@^3.23.0" }, "compilerOptions": { "strict": true } }