-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
74 lines (74 loc) · 1.68 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"name": "noimap",
"version": "1.0.2",
"description": "A NodeJS package that fully take care of handling aws ses emails such as storing, parsing, serving in a easy way.",
"repository": {
"type": "git",
"url": "https://github.com/suryavaddiraju/noimap.git"
},
"scripts": {
"build": "webpack --version",
"test": "echo \"Error: no test specified\" && exit 1"
},
"license": "Apache-2.0",
"keywords": [
"aws",
"ses",
"email",
"parser",
"sesparser",
"aws-ses",
"aws-ses-parser",
"aws-ses-email-parser",
"aws-ses-email",
"serve",
"parse",
"store",
"email-handler"
],
"author": {
"name": "Vaddiraju Surya Teja",
"email": "[email protected]",
"url": "http://github.com/suryavaddiraju"
},
"funding": {
"type": "github",
"url": "https://github.com/sponsors/suryavaddiraju"
},
"bugs": {
"url": "https://github.com/suryavaddiraju/noimap/issues"
},
"homepage": "https://dev.vaddiraju.in/noimap",
"files": [
"dist",
"lib",
"LICENSE",
"README.md",
"package.json",
".npmignore"
],
"dependencies": {
"@aws-sdk/client-dynamodb": "^3.609.0",
"@aws-sdk/client-s3": "^3.609.0",
"@aws-sdk/client-sesv2": "^3.609.0",
"@aws-sdk/client-sts": "3.609.0",
"@aws-sdk/util-dynamodb": "^3.609.0",
"mailparser": "^3.7.1",
"uuid": "^10.0.0"
},
"engines": {
"node": ">20.0.0",
"npm": ">10.0.0"
},
"main": "./lib/index.mjs",
"exports": "./lib/index.mjs",
"type": "module",
"devDependencies": {
"path-browserify": "^1.0.1",
"webpack": "^5.92.1",
"webpack-cli": "^5.1.4"
},
"sideEffects": false,
"jsdelivr": "",
"unpkg": ""
}