pulumi/tests/integration/read/read_replace/step1/package.json

15 lines
266 B
JSON
Raw Permalink Normal View History

{
"name": "read_dbr",
2023-05-15 17:15:13 +00:00
"main": "bin/index.js",
"typings": "bin/index.d.ts",
"scripts": {
"build": "tsc"
},
"devDependencies": {
2019-03-06 04:34:51 +00:00
"typescript": "^3.0.0"
},
"peerDependencies": {
"@pulumi/pulumi": "latest"
}
}