16 lines
340 B
JSON
16 lines
340 B
JSON
{
|
|
"name": "contact-email-server",
|
|
"version": "1.0.0",
|
|
"description": "Email server for the utopia deals contact form",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"aws-sdk": "^2.1373.0",
|
|
"express": "^4.18.2"
|
|
}
|
|
}
|