pulumi/tests/integration/nodejs/npm-and-yarn-not-a-workspace/infra/package.json

9 lines
256 B
JSON

{
"name": "infra",
"description": "This project is not part of the npm/yarn workspaces setup in the parent directory's package.json",
"main": "index.ts",
"version": "1.0.0",
"dependencies": {
"@pulumi/pulumi": "^3.104.2"
}
}