pulumi/examples/compat/v0.10.0/minimal/package.json
2018-07-24 16:10:13 -07:00

15 lines
291 B
JSON

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