-
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) · 879 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 879 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": "lead-processor",
"version": "1.0.0",
"description": "process emails",
"main": "handler.js",
"scripts": {
"test": "mocha tests/*.test.js --require esm"
},
"author": "",
"license": "ISC",
"devDependencies": {
"serverless-apigw-binary": "^0.4.4",
"serverless-bundle": "3.2.0",
"serverless-dotenv-plugin": "^2.1.1",
"serverless-offline": "^5.3.3",
"sinon": "^10.0.0"
},
"dependencies": {
"aws-multipart-parser": "^0.2.1",
"babel-node": "0.0.1-security",
"bcryptjs": "^2.4.3",
"chai": "^4.3.4",
"chai-http": "^4.3.0",
"cors": "^2.8.5",
"dynamodb": "^1.3.0",
"esm": "^3.2.25",
"express": "^4.17.1",
"jsonwebtoken": "^8.5.1",
"mocha": "^8.4.0",
"moment": "^2.29.1",
"serverless-http": "^2.7.0",
"uuid": "^8.3.2",
"validatorjs": "^3.22.1",
"winston": "^3.3.3"
}
}