chore(deno.json): remove old task
This commit is contained in:
parent
2b29a4c9e8
commit
27519378e5
|
@ -9,8 +9,7 @@
|
||||||
},
|
},
|
||||||
"tasks": {
|
"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",
|
"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",
|
"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"
|
|
||||||
},
|
},
|
||||||
"fmt": {
|
"fmt": {
|
||||||
"singleQuote": true,
|
"singleQuote": true,
|
||||||
|
|
13
deno.lock
13
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@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/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",
|
"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: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:nodemailer@^6.9.13": "npm:nodemailer@6.9.14",
|
||||||
"npm:preact@^10.20.1": "npm:preact@10.22.1",
|
"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"
|
"npm:turndown@^7.1.3": "npm:turndown@7.2.0"
|
||||||
},
|
},
|
||||||
"jsr": {
|
"jsr": {
|
||||||
|
@ -1206,6 +1209,16 @@
|
||||||
"@types/unist": "@types/unist@3.0.2"
|
"@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": {
|
"@types/unist@3.0.2": {
|
||||||
"integrity": "sha512-dqId9J8K/vGi5Zr7oo212BGii5m3q5Hxlkwy3WpYuKPklmBEvsbMYYyLxAQpSffdLl/gdW0XUpKWFvYmyoWCoQ==",
|
"integrity": "sha512-dqId9J8K/vGi5Zr7oo212BGii5m3q5Hxlkwy3WpYuKPklmBEvsbMYYyLxAQpSffdLl/gdW0XUpKWFvYmyoWCoQ==",
|
||||||
"dependencies": {}
|
"dependencies": {}
|
||||||
|
|
Loading…
Reference in a new issue