pulumi/tests/integration/nodejs/codepaths-workspaces/package.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/"
]
}