-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
82 lines (82 loc) · 2.1 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
{
"name": "samp-cli",
"version": "1.0.70",
"description": "CLI tool for extended productivity with AWS Serverless Application Model (SAM)",
"main": "index.js",
"scripts": {
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ljacobsson/samp-cli.git"
},
"keywords": [
"aws",
"serverless",
"design patterns",
"sam"
],
"author": "ljacobsson",
"license": "ISC",
"bugs": {
"url": "https://github.com/ljacobsson/samp-cli/issues"
},
"bin": {
"samp": "index.js",
"sam-p": "index.js"
},
"publishConfig": {
"access": "public"
},
"homepage": "https://github.com/ljacobsson/samp-cli#readme",
"dependencies": {
"@aws-sdk/client-cloudformation": "^3.319.0",
"@aws-sdk/client-iot": "^3.345.0",
"@aws-sdk/client-lambda": "^3.358.0",
"@aws-sdk/client-schemas": "^3.358.0",
"@aws-sdk/client-sfn": "^3.465.0",
"@aws-sdk/client-sts": "^3.379.1",
"@aws-sdk/credential-provider-sso": "^3.319.0",
"@aws-sdk/shared-ini-file-loader": "^3.374.0",
"@mhlabs/iam-policies-cli": "^1.0.7",
"@mhlabs/sfn-cli": "^1.0.3",
"@mhlabs/xray-cli": "^1.0.8",
"@octokit/rest": "^18.5.2",
"archiver": "^6.0.0",
"ascii-table3": "^0.9.0",
"aws-cdk-lib": "^2.133.0",
"axios": "^1.4.0",
"chokidar": "^3.5.3",
"cli-color": "^2.0.3",
"cli-spinner": "^0.2.10",
"clipboardy": "^2.2.0",
"commander": "^7.2.0",
"comment-json": "^4.2.3",
"flat": "^5.0.2",
"fs-extra": "^10.0.0",
"getmac": "^5.20.0",
"glob": "^10.3.1",
"ini": "^4.1.0",
"inquirer": "^7.0.4",
"inquirer-autocomplete-prompt": "^1.3.0",
"inquirer-file-tree-selection-prompt": "^1.0.13",
"json-to-pretty-yaml": "^1.2.2",
"jsonpath": "^1.1.1",
"link2aws": "^1.0.13",
"lodash": "^4.17.21",
"mqtt": "^4.3.7",
"nodemon": "^2.0.22",
"nunjucks": "^3.2.4",
"open": "^7.4.2",
"openai": "^3.3.0",
"rimraf": "^5.0.1",
"toml": "^3.0.0",
"tsc-watch": "^6.0.4",
"uuid": "^9.0.0",
"yaml": "^2.3.1",
"yaml-cfn": "^0.3.2"
},
"engines": {
"node": ">=15.0.0"
}
}