forked from crisp-oss/email-forward-parser
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 806 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 806 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
32
33
34
35
36
{
"name": "email-forward-parser",
"version": "1.7.1",
"description": "Parses forwarded emails and extract content",
"author": "Eliott Vincent <eliott@crisp.chat>",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"homepage": "https://github.com/crisp-oss/email-forward-parser",
"repository": {
"type": "git",
"url": "git://github.com/crisp-oss/email-forward-parser"
},
"bugs": {
"url": "https://github.com/crisp-oss/email-forward-parser/issues"
},
"engineStrict": true,
"engines": {
"node": ">=16.0.0"
},
"scripts": {
"test": "nodeunit ./test/index.js"
},
"devDependencies": {
"nodeunit-x": "0.15.0"
},
"dependencies": {
"re2": "^1.21.4"
},
"keywords": [
"parser",
"mail",
"email",
"forward"
],
"license": "MIT"
}