From 27519378e53cfe4923778c0d897938db4016bc42 Mon Sep 17 00:00:00 2001 From: Julien Oculi Date: Mon, 15 Jul 2024 12:11:55 +0200 Subject: [PATCH] chore(deno.json): remove old task --- deno.json | 3 +-- deno.lock | 13 +++++++++++++ 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/deno.json b/deno.json index 0bd7673..4dda8ed 100644 --- a/deno.json +++ b/deno.json @@ -9,8 +9,7 @@ }, "tasks": { "compile": "deno compile --allow-read --allow-env --allow-net=0.0.0.0 --allow-sys=osRelease,networkInterfaces --allow-run=/usr/sbin/sendmail,whoami --output=bin/cohamail --target=x86_64-unknown-linux-gnu ./cli.ts", - "cli": "deno run --allow-read --allow-env --allow-net=0.0.0.0 --allow-sys=osRelease,networkInterfaces --allow-run=/usr/sbin/sendmail,whoami ./cli.ts", - "utils:scp": "scp -O -P 55555 -i C:/Users/Julien/.ssh/id_ed25519_cohabit -r $(pwd) julien@cohabit.fr:/home/julien/cohabit_mail" + "cli": "deno run --allow-read --allow-env --allow-net=0.0.0.0 --allow-sys=osRelease,networkInterfaces --allow-run=/usr/sbin/sendmail,whoami ./cli.ts" }, "fmt": { "singleQuote": true, diff --git a/deno.lock b/deno.lock index 8539a61..4f58596 100644 --- a/deno.lock +++ b/deno.lock @@ -17,9 +17,12 @@ "jsr:@std/path@1.0.0-rc.2": "jsr:@std/path@1.0.0-rc.2", "jsr:@std/path@^0.221.0": "jsr:@std/path@0.221.0", "jsr:@std/text@1.0.0-rc.1": "jsr:@std/text@1.0.0-rc.1", + "npm:@types/node": "npm:@types/node@18.16.19", + "npm:@types/nodemailer": "npm:@types/nodemailer@6.4.15", "npm:jsx-email@^1.10.12": "npm:jsx-email@1.12.1_@jsx-email+app-preview@1.2.6__react@18.3.1__react-dom@18.2.0___react@18.3.1__vite@4.5.3_react@18.3.1_vite@4.5.3_postcss@8.4.39", "npm:nodemailer@^6.9.13": "npm:nodemailer@6.9.14", "npm:preact@^10.20.1": "npm:preact@10.22.1", + "npm:turndown": "npm:turndown@7.2.0", "npm:turndown@^7.1.3": "npm:turndown@7.2.0" }, "jsr": { @@ -1206,6 +1209,16 @@ "@types/unist": "@types/unist@3.0.2" } }, + "@types/node@18.16.19": { + "integrity": "sha512-IXl7o+R9iti9eBW4Wg2hx1xQDig183jj7YLn8F7udNceyfkbn1ZxmzZXuak20gR40D7pIkIY1kYGx5VIGbaHKA==", + "dependencies": {} + }, + "@types/nodemailer@6.4.15": { + "integrity": "sha512-0EBJxawVNjPkng1zm2vopRctuWVCxk34JcIlRuXSf54habUWdz1FB7wHDqOqvDa8Mtpt0Q3LTXQkAs2LNyK5jQ==", + "dependencies": { + "@types/node": "@types/node@18.16.19" + } + }, "@types/unist@3.0.2": { "integrity": "sha512-dqId9J8K/vGi5Zr7oo212BGii5m3q5Hxlkwy3WpYuKPklmBEvsbMYYyLxAQpSffdLl/gdW0XUpKWFvYmyoWCoQ==", "dependencies": {}