pulumi/examples/compat/v0.10.0/minimal/package.json

16 lines
291 B
JSON
Raw Normal View History

{
"name": "minimal",
"license": "Apache-2.0",
"main": "bin/index.js",
"typings": "bin/index.d.ts",
"scripts": {
"build": "tsc"
},
"devDependencies": {
"typescript": "^3.0.0"
},
"dependencies": {
"@pulumi/pulumi": "=0.10.0"
}
}