mirror of https://github.com/pulumi/pulumi.git
59 lines
1.0 KiB
JSON
59 lines
1.0 KiB
JSON
{
|
|
"name": "example",
|
|
"version": "0.0.1",
|
|
"types": {
|
|
"example::Object": {
|
|
"properties": {
|
|
"bar": {
|
|
"type": "string"
|
|
}
|
|
},
|
|
"type": "object"
|
|
},
|
|
"example::ObjectInput": {
|
|
"properties": {
|
|
"bar": {
|
|
"type": "string"
|
|
}
|
|
},
|
|
"type": "object"
|
|
}
|
|
},
|
|
"resources": {
|
|
"example::Resource": {
|
|
"properties": {
|
|
"bar": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
},
|
|
"example::ResourceInput": {
|
|
"properties": {
|
|
"bar": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"functions": {},
|
|
"language": {
|
|
"csharp": {
|
|
"packageReferences": {
|
|
"Pulumi": "3.*"
|
|
}
|
|
},
|
|
"go": {
|
|
"importBasePath": "github.com/pulumi/pulumi/pkg/v3/codegen/internal/test/testdata/input-collision/go/example"
|
|
},
|
|
"nodejs": {
|
|
"dependencies": {
|
|
"@pulumi/pulumi": "^3.12"
|
|
},
|
|
"devDependencies": {
|
|
"typescript": "^3.7.0"
|
|
}
|
|
},
|
|
"python": {}
|
|
}
|
|
}
|