-
-
Notifications
You must be signed in to change notification settings - Fork 23
/
package.json
38 lines (38 loc) · 1.04 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
{
"name": "libmime",
"description": "Encode and decode quoted printable and base64 strings",
"version": "5.3.6",
"main": "lib/libmime.js",
"homepage": "https://github.com/nodemailer/libmime",
"repository": {
"type": "git",
"url": "git+https://github.com/nodemailer/libmime.git"
},
"license": "MIT",
"keywords": [
"MIME",
"Base64",
"Quoted-Printable"
],
"author": "Andris Reinman <[email protected]>",
"scripts": {
"test": "grunt",
"update": "rm -rf node_modules package-lock.json && ncu -u && npm install"
},
"dependencies": {
"encoding-japanese": "2.2.0",
"iconv-lite": "0.6.3",
"libbase64": "1.3.0",
"libqp": "2.1.1"
},
"devDependencies": {
"chai": "4.4.1",
"eslint-config-nodemailer": "1.2.0",
"eslint-config-prettier": "9.1.0",
"grunt": "1.6.1",
"grunt-cli": "1.5.0",
"grunt-eslint": "24.3.0",
"grunt-mocha-test": "0.13.3",
"mocha": "10.8.2"
}
}