pulumi/tests/integration/steps/step1/package.json

12 lines
195 B
JSON

{
"name": "steps",
"main": "bin/index.js",
"typings": "bin/index.d.ts",
"scripts": {
"build": "tsc"
},
"devDependencies": {
"typescript": "^2.5.3"
}
}