-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
26 lines (26 loc) · 1004 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
{
"name": "whitelist-worker",
"version": "1.0.0",
"description": "<!-- title: 'AWS NodeJS Example' description: 'This template demonstrates how to deploy a NodeJS function running on AWS Lambda using the traditional Serverless Framework.' layout: Doc framework: v3 platform: AWS language: nodeJS priority: 1 authorLink: 'https://github.com/serverless' authorName: 'Serverless, inc.' authorAvatar: 'https://avatars1.githubusercontent.com/u/13742415?s=200&v=4' -->",
"main": "handler.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"@aws-sdk/client-waf": "^3.112.0",
"@aws-sdk/client-wafv2": "^3.112.0",
"@aws-sdk/lib-dynamodb": "^3.113.0",
"install": "^0.13.0",
"ip": "^1.1.8",
"lodash.merge": "^4.6.2",
"mailparser": "^3.5.0",
"moment": "^2.29.3",
"npm": "^8.12.2",
"zlib": "^1.0.5"
},
"devDependencies": {
"serverless-functions-base-path": "^1.0.32"
}
}