{ "name": "@cohabit/cohamail", "version": "0.1.0", "exports": { ".": "./mod.ts", "cli": "./cli.ts", "types": "./types.ts" }, "tasks": { "compile:send": "deno compile --allow-read --allow-env --allow-sys=osRelease --allow-run=mail,whoami ./cli/send.ts", "cli": "deno run --allow-read --allow-env --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": { "singleQuote": true, "semiColons": false, "useTabs": true }, "imports": { "@cliffy/": "https://deno.land/x/cliffy@v1.0.0-rc.3/", "@std/path": "jsr:@std/path@^0.221.0", "jsx-email": "npm:jsx-email@^1.10.12", "nodemailer": "npm:nodemailer@^6.9.13", "nodemailer-smime": "npm:nodemailer-smime@^1.1.0", "preact": "npm:preact@^10.20.1", "turndown": "npm:turndown@^7.1.3" }, "compilerOptions": { "jsx": "react-jsx", "jsxImportSource": "preact" } }