pulumi/tests/integration/nodejs/yarn-workspaces-nohoist/package.json

14 lines
363 B
JSON

{
"name": "yarn-workspaces-nohoist",
"description": "A project that uses yarn workspaces with the nohoist option. `pulumi install` should successfully install dependencies.",
"private": true,
"workspaces": {
"packages": [
"packages/*",
"infra/"
],
"nohoist": [
"semver"
]
}
}