package.json
{
"name": "serverless-form-api",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/akritibhusal/serverless-form-api.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/akritibhusal/serverless-form-api/issues"
},
"homepage": "https://github.com/akritibhusal/serverless-form-api#readme",
"dependencies": {
"body-parser": "^1.18.3",
"cors": "^2.8.5",
"express": "^4.16.4",
"nodemailer": "^5.1.1"
}
}