chore: update package metadatas
This commit is contained in:
parent
86f64e5bcd
commit
0131a7369e
|
@ -1,4 +1,11 @@
|
|||
{
|
||||
"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:send": "deno run --allow-read --allow-env --allow-sys=osRelease,networkInterfaces --allow-run=/usr/sbin/sendmail,whoami ./cli/send.ts",
|
||||
|
|
Loading…
Reference in a new issue