mirror of https://github.com/pulumi/pulumi.git
9 lines
324 B
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"
|
|
}
|
|
} |