{ "imports": { "@std/cli": "jsr:@std/cli@^1.0.0", "@std/fs": "jsr:@std/fs@^1.0.0", "@std/path": "jsr:@std/path@^1.0.0" }, "tasks": { "configure": "deno run --allow-read --allow-write --allow-run --allow-env configure_ssh_key.ts" }, "lint": { "rules": { "exclude": ["no-external-import"] } } }