Files
send-mail/node_modules/nodemailer/package.json

44 lines
1.3 KiB
JSON
Raw Normal View History

2020-02-29 23:01:03 +01:00
{
"name": "nodemailer",
2025-06-14 22:45:43 +02:00
"version": "7.0.3",
2020-12-16 18:58:31 +01:00
"description": "Easy as cake e-mail sending from your Node.js applications",
"main": "lib/nodemailer.js",
"scripts": {
2025-06-13 19:44:16 +02:00
"test": "node --test --test-concurrency=1 test/**/*.test.js test/**/*-test.js",
"test:coverage": "c8 node --test --test-concurrency=1 test/**/*.test.js test/**/*-test.js",
"lint": "eslint .",
"update": "rm -rf node_modules/ package-lock.json && ncu -u && npm install"
2020-12-16 18:58:31 +01:00
},
"repository": {
"type": "git",
"url": "https://github.com/nodemailer/nodemailer.git"
},
"keywords": [
"Nodemailer"
],
"author": "Andris Reinman",
2025-06-13 19:44:16 +02:00
"license": "MIT-0",
2020-12-16 18:58:31 +01:00
"bugs": {
"url": "https://github.com/nodemailer/nodemailer/issues"
},
"homepage": "https://nodemailer.com/",
"devDependencies": {
2025-06-14 22:45:43 +02:00
"@aws-sdk/client-sesv2": "3.804.0",
2021-03-23 21:57:43 +01:00
"bunyan": "1.8.15",
2025-06-13 19:44:16 +02:00
"c8": "10.1.3",
"eslint": "8.57.0",
2020-12-16 18:58:31 +01:00
"eslint-config-nodemailer": "1.2.0",
2025-06-13 19:44:16 +02:00
"eslint-config-prettier": "9.1.0",
"libbase64": "1.3.0",
"libmime": "5.3.6",
"libqp": "2.1.1",
"nodemailer-ntlm-auth": "1.0.4",
2020-12-16 18:58:31 +01:00
"proxy": "1.0.2",
"proxy-test-server": "1.0.0",
2025-06-13 19:44:16 +02:00
"smtp-server": "3.13.6"
2020-12-16 18:58:31 +01:00
},
"engines": {
"node": ">=6.0.0"
2021-03-23 21:57:43 +01:00
}
2020-02-29 23:01:03 +01:00
}