-
Notifications
You must be signed in to change notification settings - Fork 4.4k
Expand file tree
/
Copy pathlerna.json
More file actions
31 lines (31 loc) · 949 Bytes
/
lerna.json
File metadata and controls
31 lines (31 loc) · 949 Bytes
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
{
"npmClient": "yarn",
"packages": [
"packages/aws-cdk-lib",
"packages/aws-cdk",
"packages/cdk",
"packages/@aws-cdk/*",
"packages/awslint",
"packages/@aws-cdk-containers/*",
"packages/@aws-cdk-testing/*",
"packages/@aws-cdk/*/lambda-packages/*",
"tools/@aws-cdk/eslint-config",
"tools/@aws-cdk/cdk-build-tools",
"tools/@aws-cdk/user-input-gen",
"tools/@aws-cdk/cdk-release",
"tools/@aws-cdk/pkglint",
"tools/@aws-cdk/pkgtools",
"tools/@aws-cdk/prlint",
"tools/@aws-cdk/spec2cdk",
"tools/@aws-cdk/lazify",
"tools/@aws-cdk/lambda-integration-test-updater",
"tools/@aws-cdk/construct-metadata-updater",
"tools/@aws-cdk/project-sync",
"tools/@aws-cdk/integration-test-deployment",
"tools/@aws-cdk/enum-updater",
"scripts/@aws-cdk/script-tests"
],
"rejectCycles": true,
"version": "0.0.0",
"$schema": "node_modules/lerna/schemas/lerna-schema.json"
}