-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.21 KB
/
Copy pathpackage.json
File metadata and controls
52 lines (52 loc) · 1.21 KB
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
{
"name": "deploy-stack",
"version": "0.17.1",
"description": "Provision production-ready AWS infrastructure and CI/CD pipelines in seconds.",
"engines": {
"node": ">=18.0.0"
},
"type": "module",
"bin": {
"deploy-stack": "bin/cli.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "anton-codes-iac",
"repository": {
"type": "git",
"url": "git+https://github.com/anton-codes-iac/deploy-stack.git"
},
"homepage": "https://github.com/anton-codes-iac/deploy-stack#readme",
"bugs": {
"url": "https://github.com/anton-codes-iac/deploy-stack/issues"
},
"keywords": [
"aws",
"terraform",
"github-actions",
"ci-cd",
"ecs",
"fargate",
"nextjs-deployment",
"infrastructure-as-code",
"oidc",
"deploy-stack",
"expressjs",
"fastapi",
"nextjs",
"static-site",
"nginx"
],
"license": "MIT",
"dependencies": {
"@aws-sdk/client-dynamodb": "3.1119.0",
"@aws-sdk/client-s3": "3.1115.0",
"@aws-sdk/client-secrets-manager": "3.1112.0",
"@aws-sdk/client-sts": "3.1115.0",
"@clack/prompts": "1.7.0",
"dotenv": "17.4.2",
"js-yaml": "5.4.1",
"picocolors": "1.1.1"
}
}