forked from postalsys/imapflow
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.67 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
{
"name": "imapflow",
"version": "1.0.80",
"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"
},
"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.17.0",
"@babel/eslint-plugin": "7.16.5",
"@babel/plugin-syntax-class-properties": "7.12.13",
"@babel/preset-env": "7.16.11",
"@types/node": "17.0.15",
"braintree-jsdoc-template": "3.3.0",
"eslint": "8.8.0",
"eslint-config-nodemailer": "1.2.0",
"eslint-config-prettier": "8.3.0",
"grunt": "1.4.1",
"grunt-cli": "1.4.3",
"grunt-contrib-nodeunit": "4.0.0",
"grunt-eslint": "24.0.0",
"jsdoc": "3.6.10",
"tsd-jsdoc": "2.5.0"
},
"dependencies": {
"encoding-japanese": "1.0.30",
"iconv-lite": "0.6.3",
"libbase64": "1.2.1",
"libmime": "5.0.0",
"libqp": "1.1.0",
"mailsplit": "5.3.1",
"nodemailer": "6.7.2",
"pino": "7.6.5",
"socks": "2.6.2"
}
}