pulumi/examples/minimal/package.json

15 lines
265 B
JSON
Raw Permalink Normal View History

2017-02-09 21:36:18 +00:00
{
2017-02-25 15:25:33 +00:00
"name": "minimal",
"main": "bin/index.js",
"typings": "bin/index.d.ts",
2017-02-09 21:36:18 +00:00
"scripts": {
"build": "tsc"
2017-02-09 21:36:18 +00:00
},
"devDependencies": {
"typescript": "^3.0.0"
},
"peerDependencies": {
"@pulumi/pulumi": "latest"
2017-02-09 21:36:18 +00:00
}
}