{ "name": "@ecobridge/eco-os-isobuild", "version": "0.0.1", "exports": "./mod.ts", "tasks": { "build": "deno run --allow-all mod.ts build", "clean": "deno run --allow-all mod.ts clean", "test-qemu": "deno run --allow-all mod.ts test-qemu" }, "imports": { "@std/fs": "jsr:@std/fs@^1.0.0", "@std/path": "jsr:@std/path@^1.0.0", "@std/async": "jsr:@std/async@^1.0.0" }, "compilerOptions": { "strict": true } }