-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 967 Bytes
/
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
{
"name": "email-forwarding",
"version": "1.0.0",
"description": "Simple Email Forwarding with AWS SES & Serverless",
"main": "handler.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AndresMorelos/aws-sls-email-forwarding.git"
},
"keywords": [
"AWS",
"SES",
"SERVERLESS",
"EMAIL",
"FORWARD"
],
"author": {
"name": "Andrés Morelos",
"email": "me@andresmorelos.dev",
"url": "https://andresmorelos.dev"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/AndresMorelos/aws-sls-email-forwarding/issues"
},
"homepage": "https://github.com/AndresMorelos/aws-sls-email-forwarding#readme",
"dependencies": {
"aws-sdk": "^2.817.0"
},
"devDependencies": {
"eslint": "^7.16.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-import": "^2.22.1"
}
}