-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 845 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 845 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
{
"name": "express-gateway-plugin-lambda",
"version": "0.0.0-development",
"description": "Proxy to AWS Lambda functions with Express Gateway.",
"main": "manifest.js",
"scripts": {
"test": "mocha -R spec test",
"semantic-release": "semantic-release"
},
"author": "Kevin Swiber <kswiber@gmail.com>",
"license": "Apache-2.0",
"keywords": [
"api, gateway, plugin, aws, lambda, function"
],
"dependencies": {
"aws-sdk": "^2.422.0",
"debug": "^4.1.1",
"file-type": "^10.9.0",
"raw-body": "^2.3.3"
},
"devDependencies": {
"aws-sdk-mock": "^4.3.1",
"axios": "^0.18.0",
"express-gateway": "^1.15.0",
"mocha": "^6.0.2",
"semantic-release": "^15.13.3"
},
"repository": {
"type": "git",
"url": "https://github.com/ExpressGateway/express-gateway-plugin-lambda.git"
}
}