pulumi/pkg/codegen/testing/test/testdata/hyphen-url/nodejs/package.json

20 lines
488 B
JSON

{
"name": "@pulumi/registrygeoreplication",
"version": "${VERSION}",
"scripts": {
"build": "tsc",
"install": "node scripts/install-pulumi-plugin.js resource registrygeoreplication ${VERSION}"
},
"dependencies": {
"@pulumi/azure-native": "^1.28.0",
"@pulumi/pulumi": "^3.7.0"
},
"devDependencies": {
"typescript": "^3.7.0"
},
"pulumi": {
"resource": true,
"name": "registrygeoreplication"
}
}