forked from CoorpAcademy/serverless-plugins
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
35 lines (35 loc) · 855 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
{
"name": "serverless-offline-ssm-provider",
"version": "2.1.0",
"description": "Emulate AWS λ and SSM locally when developing your Serverless project",
"main": "src",
"repository": {
"type": "git",
"url": "[email protected]:CoorpAcademy/serverless-plugins.git"
},
"bugs": {
"url": "https://github.com/CoorpAcademy/serverless-plugins/issues"
},
"homepage": "https://github.com/CoorpAcademy/serverless-plugins/tree/master/packages/serverless-offline-ssm-provider#readme",
"files": [
"src/index.js"
],
"author": "Arthur Weber @godu",
"maintainers": [
"Arthur Weber @godu",
"Adrien Becchis @AdrieanKhisbe"
],
"license": "MIT",
"engines": {
"node": ">=10"
},
"dependencies": {
"lodash": "^4.17.20"
},
"keywords": [
"ssm",
"serverless",
"serverless-offline",
"lambda"
]
}