Want to contribute? Fork me on Codeberg.org!
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.

26 lines
644 B

{
"name": "mailer",
"version": "1.0.0",
"description": "A simple Node.js mailer for handling things like contact forms.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ElnuDev/mailer.git"
},
"author": "ElnuDev",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/ElnuDev/mailer/issues"
},
"homepage": "https://github.com/ElnuDev/mailer#readme",
"dependencies": {
"body-parser": "^1.19.2",
"dotenv": "^16.0.0",
"express": "^4.17.3",
"nodemailer": "^6.7.3"
}
}