module.exports = [
{
"type": "custom",
"prompt" : "Hello world!",
"response" : "Thank you!"
},
{
"type": "text",
"id": "password",
"prompt": "Please enter your password",
"errorPrompt": "Error, Please enter your password",
"response": "Your password is %s"
}
]