pulumi/tests/integration/nodejs/codepaths-nested/package.json

9 lines
324 B
JSON

{
"name": "test-codepaths-nested",
"description": "The package json is in a parent directory and we need to discover the node_modules from the parent directory when we compute the codepaths.",
"main": "nested/index.ts",
"dependencies": {
"@pulumi/pulumi": "latest",
"semver": "^7.6.0"
}
}