{
    "tasks": {
        "dev": "deno run --allow-read --allow-run index.ts",
        "pwd": "cd $INIT_CWD && pwd"
    }
}