Files
2025-08-22 23:58:30 +03:00

14 lines
409 B
JSON

{
"tasks": {
"dev": "deno run --watch main.ts",
"run": "deno run --allow-read src/main.ts",
"build": "deno compile --allow-read --allow-write --allow-run --allow-env --allow-net --output ./videnc ./src/main.ts"
},
"imports": {
"@std/assert": "jsr:@std/assert@1",
"@std/cli": "jsr:@std/cli@^1.0.21",
"@std/fs": "jsr:@std/fs@^1.0.19",
"@std/path": "jsr:@std/path@^1.1.2"
}
}