21 lines
343 B
JSON
21 lines
343 B
JSON
{
|
|
"name": "digi-sendzi",
|
|
"version": "1.0.0",
|
|
"description": "A simple SMTP email sending library.",
|
|
"main": "index.js",
|
|
"type": "module",
|
|
"scripts": {
|
|
"test": "jest"
|
|
},
|
|
"keywords": [
|
|
"email",
|
|
"smtp",
|
|
"mailer"
|
|
],
|
|
"author": "DigiMantra",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"jest": "^29.7.0"
|
|
}
|
|
}
|