-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
53 lines (53 loc) · 1.35 KB
/
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "sampic",
"version": "1.0.0",
"description": "Utility extending aws cli tool for easy and fast deployment of AWS SAM apps",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"sampic": "./cli.cjs"
},
"author": "Bruno Morency <[email protected]>",
"license": "GPL-3.0",
"dependencies": {
"@aws-sdk/client-cloudformation": "^3.359.0",
"@aws-sdk/client-lambda": "^3.359.0",
"@aws-sdk/client-s3": "^3.359.0",
"@aws-sdk/credential-providers": "^3.359.0",
"chalk": "^4.1.2",
"cloudformation-schema-js-yaml": "^2.0.0",
"command-line-args": "^5.2.1",
"command-line-commands": "^3.0.2",
"command-line-usage": "^7.0.1",
"deep-diff": "^1.0.2",
"js-yaml": "^4.1.0",
"minimatch": "^7.4.6",
"prompt": "^1.3.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/brunomorency/sampic-client.git"
},
"keywords": [
"lambda",
"lambda-functions",
"serverless",
"serverless-application-model",
"SAM",
"AWS",
"deploy",
"deployment",
"deploy-tool",
"cli",
"cloudformation",
"cloudformation-template",
"cloudformation",
"stack",
"sam-template"
],
"bugs": {
"url": "https://github.com/brunomorency/sampic-client/issues"
},
"homepage": "https://github.com/brunomorency/sampic-client#readme"
}