Also create private.js
file in the root directory of the project and then npm install
to install all dependencies
module.exports = {
"private": {
"gmail": {
"username": "<your_email>",
"password": "<your_password>"
}
}
};