-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.31 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.31 KB
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
{
"name": "@zone-eu/mailsplit",
"version": "5.4.11",
"description": "Split email messages into an object stream",
"main": "index.js",
"types": "index.d.ts",
"directories": {
"test": "test"
},
"scripts": {
"test": "grunt",
"update": "rm -rf node_modules package-lock.json && ncu -u && npm install",
"typecheck": "tsc -p tsconfig.json"
},
"author": "Andris Reinman",
"license": "(MIT OR EUPL-1.1+)",
"dependencies": {
"libbase64": "1.3.0",
"libmime": "5.3.8",
"libqp": "2.1.1"
},
"devDependencies": {
"@types/eslint": "9.6.1",
"@types/eslint-config-prettier": "6.11.3",
"@types/grunt": "0.4.32",
"@types/libmime": "5.3.0",
"@types/libqp": "1.1.3",
"@types/node": "25.7.0",
"eslint": "8.29.0",
"eslint-config-nodemailer": "1.2.0",
"eslint-config-prettier": "9.1.0",
"grunt": "1.6.2",
"grunt-cli": "1.5.0",
"grunt-contrib-nodeunit": "5.0.0",
"grunt-eslint": "24.0.1",
"random-message": "1.1.0",
"typescript": "6.0.3"
},
"files": [
"lib",
"index.js",
"index.d.ts"
],
"repository": {
"type": "git",
"url": "https://github.com/zone-eu/mailsplit.git"
}
}