forked from ned-kelly/serverless-offline-direct-lambda
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
30 lines (30 loc) · 859 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
{
"name": "serverless-offline-lambda-invoke",
"version": "0.0.5",
"description": "A Serverless Offline plugin that exposes lambdas with no API Gateway event via HTTP, to allow offline direct lambda-to-lambda interactions.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"AWS",
"Lambda",
"Serverless",
"Offline",
"Direct"
],
"author": "Tyler Zey",
"license": "ISC",
"dependencies": {
"aws-sdk": "^2.454.0",
"serialize-error": "^2.1.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tylerzey/serverless-offline-direct-lambda.git"
},
"bugs": {
"url": "https://github.com/tylerzey/serverless-offline-direct-lambda/issues"
},
"homepage": "https://github.com/tylerzey/serverless-offline-direct-lambda#readme"
}