-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
33 lines (33 loc) · 1.45 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
{
"name": "org-formation-us-gov-cloud-reference",
"version": "0.1.0",
"description": "Reference GovCloud (US) landing zone based on org-formation and AWS best practices.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"print-tasks": "npx org-formation print-tasks ./src/_tasks.yml --output yaml --max-concurrent-stacks 100 --max-concurrent-tasks 100",
"perform-tasks": "npx org-formation perform-tasks ./src/_tasks.yml --max-concurrent-stacks 50 --max-concurrent-tasks 1",
"validate-tasks": "npx org-formation validate-tasks ./src/_tasks.yml --failed-tasks-tolerance 0 --max-concurrent-stacks 100 --max-concurrent-tasks 100",
"cfn-lint": "if [ -d .printed-stacks ]; then cfn-lint ./.printed-stacks/**/*.yaml -i W2001,E3001,E1019,W1020,W2509,E3021,W8001; else echo skipping linting; fi"
},
"repository": {
"type": "git",
"url": "git+https://github.com/org-formation/org-formation-us-gov-cloud-reference.git"
},
"keywords": [
"org-formation",
"control-tower",
"landing-zone",
"aws",
"dev-ops"
],
"author": "org-formation",
"license": "MIT",
"bugs": {
"url": "https://github.com/org-formation/org-formation-us-gov-cloud-reference/issues"
},
"homepage": "https://github.com/org-formation/org-formation-us-gov-cloud-reference#readme",
"dependencies": {
"aws-organization-formation": "^0.9.16"
}
}