-
-
Notifications
You must be signed in to change notification settings - Fork 17
/
package.json
41 lines (41 loc) · 1.1 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"name": "nodemailer-openpgp",
"version": "2.2.1",
"description": "Encrypt Nodemailer messages with PGP",
"main": "lib/nodemailer-openpgp",
"scripts": {
"test": "grunt",
"update": "rm -rf node_modules package-lock.json && ncu -u && npm install"
},
"repository": {
"type": "git",
"url": "git://github.com/nodemailer/nodemailer-openpgp.git"
},
"keywords": [
"DKIM",
"Nodemailer"
],
"author": "Andris Reinman",
"license": "LGPL-3.0",
"bugs": {
"url": "https://github.com/nodemailer/nodemailer-openpgp/issues"
},
"homepage": "https://github.com/nodemailer/nodemailer-openpgp",
"engines": {
"node": ">=14"
},
"dependencies": {
"openpgp": "5.11.1"
},
"devDependencies": {
"chai": "4.4.1",
"eslint-config-nodemailer": "1.2.0",
"grunt": "1.6.1",
"grunt-cli": "1.4.3",
"grunt-eslint": "24.3.0",
"grunt-mocha-test": "0.13.3",
"mocha": "10.4.0",
"nodemailer": "6.9.13",
"nodemailer-stub-transport": "1.1.0"
}
}