-
-
Notifications
You must be signed in to change notification settings - Fork 65
/
package.json
59 lines (59 loc) · 1.84 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "imapflow",
"version": "1.0.171",
"description": "IMAP Client for Node",
"main": "./lib/imap-flow.js",
"scripts": {
"test": "grunt",
"prepare": "npm run build",
"docs": "rm -rf docs && mkdir -p docs && jsdoc lib/imap-flow.js -c jsdoc.json -R README.md --destination docs/ && cp assets/favicon.ico docs",
"dst": "node types.js",
"build": "npm run docs && npm run dst",
"st": "npm run docs && st -d docs -i index.html",
"update": "rm -rf node_modules package-lock.json && ncu -u && npm install"
},
"repository": {
"type": "git",
"url": "git+https://github.com/postalsys/imapflow.git"
},
"keywords": [
"imap",
"email",
"mail"
],
"author": "Postal Systems OÜ",
"license": "MIT",
"bugs": {
"url": "https://github.com/postalsys/imapflow/issues"
},
"homepage": "https://imapflow.com/",
"devDependencies": {
"@babel/eslint-parser": "7.25.9",
"@babel/eslint-plugin": "7.25.9",
"@babel/plugin-syntax-class-properties": "7.12.13",
"@babel/preset-env": "7.26.0",
"@types/node": "22.10.1",
"eslint": "8.57.0",
"eslint-config-nodemailer": "1.2.0",
"eslint-config-prettier": "9.1.0",
"grunt": "1.6.1",
"grunt-cli": "1.5.0",
"grunt-contrib-nodeunit": "5.0.0",
"grunt-eslint": "24.3.0",
"imapflow-jsdoc-template": "3.4.0-imapflow.2",
"jsdoc": "3.6.11",
"st": "3.0.1",
"tsd-jsdoc": "2.5.0"
},
"dependencies": {
"encoding-japanese": "2.2.0",
"iconv-lite": "0.6.3",
"libbase64": "1.3.0",
"libmime": "5.3.6",
"libqp": "2.1.1",
"mailsplit": "5.4.2",
"nodemailer": "6.9.16",
"pino": "9.5.0",
"socks": "2.8.3"
}
}