UNPKG

1.25 kBJSONView Raw
1{
2 "name": "nodemailer",
3 "version": "6.6.4",
4 "description": "Easy as cake e-mail sending from your Node.js applications",
5 "main": "lib/nodemailer.js",
6 "scripts": {
7 "test": "grunt"
8 },
9 "repository": {
10 "type": "git",
11 "url": "https://github.com/nodemailer/nodemailer.git"
12 },
13 "keywords": [
14 "Nodemailer"
15 ],
16 "author": "Andris Reinman",
17 "license": "MIT",
18 "bugs": {
19 "url": "https://github.com/nodemailer/nodemailer/issues"
20 },
21 "homepage": "https://nodemailer.com/",
22 "devDependencies": {
23 "@aws-sdk/client-ses": "3.33.0",
24 "aws-sdk": "2.993.0",
25 "bunyan": "1.8.15",
26 "chai": "4.3.4",
27 "eslint-config-nodemailer": "1.2.0",
28 "eslint-config-prettier": "8.3.0",
29 "grunt": "1.4.1",
30 "grunt-cli": "1.4.3",
31 "grunt-eslint": "23.0.0",
32 "grunt-mocha-test": "0.13.3",
33 "libbase64": "1.2.1",
34 "libmime": "5.0.0",
35 "libqp": "1.1.0",
36 "mocha": "9.1.1",
37 "nodemailer-ntlm-auth": "1.0.1",
38 "proxy": "1.0.2",
39 "proxy-test-server": "1.0.0",
40 "sinon": "11.1.2",
41 "smtp-server": "3.9.0"
42 },
43 "engines": {
44 "node": ">=6.0.0"
45 }
46}