mirror of https://github.com/pulumi/pulumi.git
10 lines
206 B
JSON
10 lines
206 B
JSON
![]() |
{
|
||
|
"name": "esm-with-package-json-in-parent-dir",
|
||
|
"main": "myprogram/main.js",
|
||
|
"type": "module",
|
||
|
"license": "Apache-2.0",
|
||
|
"peerDependencies": {
|
||
|
"@pulumi/pulumi": "latest"
|
||
|
}
|
||
|
}
|