netlify-cli
Version:
Netlify command line tool
22 lines (21 loc) • 431 B
JSON
{
"name": "send-email",
"version": "1.0.0",
"description": "netlify functions:create - Send email with no SMTP server via 'sendmail' pkg",
"main": "send-email.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"netlify",
"serverless",
"apis",
"email",
"js"
],
"author": "Netlify",
"license": "MIT",
"dependencies": {
"sendmail": "1.6.1"
}
}