pulumi/tests/integration/stack_dependencies/package.json
2018-07-24 16:10:13 -07:00

12 lines
232 B
JSON

{
"name": "stack_outputs",
"license": "Apache-2.0",
"main": "bin/index.js",
"typings": "bin/index.d.ts",
"scripts": {
"build": "tsc"
},
"devDependencies": {
"typescript": "^2.5.3"
}
}