mailform/package.json

36 lines
1,018 B
JSON

{
"name": "mailform",
"private": true,
"version": "1.1.0",
"description": "The minimalistic email relay for contact forms and more!",
"main": "dist/main.js",
"scripts": {
"start": "node dist/main.js",
"build": "tsc"
},
"keywords": [],
"author": "Feuerhamster",
"license": "Apache-2.0",
"dependencies": {
"axios": "^1.6.7",
"express": "^4.18.2",
"formidable": "^2.1.2",
"nodemailer": "^6.9.9",
"rate-limiter-flexible": "^5.0.0",
"validate.js": "^0.13.1"
},
"devDependencies": {
"@types/express": "^4.17.21",
"@types/formidable": "^2.0.6",
"@types/nodemailer": "^6.4.14",
"typescript": "^5.3.3"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Feuerhamster/mailform.git"
},
"bugs": {
"url": "https://github.com/Feuerhamster/mailform/issues"
},
"homepage": "https://github.com/Feuerhamster/mailform#readme"
}