-
-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 789 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 789 Bytes
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
{
"name": "mbox-reader",
"version": "1.2.0",
"description": "Read mbox file as a stream",
"main": "lib/mbox-reader.js",
"scripts": {
"test": "grunt",
"update": "rm -rf node_modules package-lock.json && ncu -u && npm install"
},
"repository": {
"type": "git",
"url": "git+https://github.com/postalsys/mbox-reader.git"
},
"keywords": [
"mbox",
"email"
],
"author": "Andris Reinman",
"license": "MIT",
"devDependencies": {
"eslint": "8.57.0",
"eslint-config-nodemailer": "1.2.0",
"eslint-config-prettier": "9.1.0",
"grunt": "1.6.1",
"grunt-cli": "1.4.3",
"grunt-eslint": "24.3.0"
},
"dependencies": {
"libmime": "5.3.5"
}
}