{
    "name":  "al-hadid-innovations-contact-server",
    "version":  "1.0.0",
    "description":  "Simple Node.js contact form server for Al Hadid Innovations.",
    "main":  "server.js",
    "scripts":  {
                    "start":  "node server.js"
                },
    "dependencies":  {
                         "nodemailer":  "^6.9.16",
                         "dotenv":  "^16.4.7"
                     }
}
