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

48 lines
1.5 KiB
JSON
Raw Normal View History

2020-02-29 23:01:03 +01:00
{
"name": "nodemailer",
"version": "7.0.12",
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",
"format": "prettier --write \"**/*.{js,json,md}\"",
"format:check": "prettier --check \"**/*.{js,json,md}\"",
2025-06-13 19:44:16 +02:00
"lint": "eslint .",
"lint:fix": "eslint . --fix",
2025-06-13 19:44:16 +02:00
"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": {
"@aws-sdk/client-sesv2": "3.940.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": "9.39.1",
"eslint-config-prettier": "10.1.8",
"globals": "16.5.0",
2025-06-13 19:44:16 +02:00
"libbase64": "1.3.0",
"libmime": "5.3.7",
2025-06-13 19:44:16 +02:00
"libqp": "2.1.1",
"nodemailer-ntlm-auth": "1.0.4",
"prettier": "3.6.2",
2020-12-16 18:58:31 +01:00
"proxy": "1.0.2",
"proxy-test-server": "1.0.0",
"smtp-server": "3.16.1"
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
}