update
This commit is contained in:
18
isobuild/deno.json
Normal file
18
isobuild/deno.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"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
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user