mirror of https://github.com/pulumi/pulumi.git
9 lines
266 B
JSON
9 lines
266 B
JSON
|
{
|
||
|
"name": "codepaths-workspaces",
|
||
|
"description": "A project that uses npm and yarn workspaces. CodePaths computation should discover dependencies across the workspaces.",
|
||
|
"private": true,
|
||
|
"workspaces": [
|
||
|
"packages/*",
|
||
|
"infra/"
|
||
|
]
|
||
|
}
|