pulumi/tests/integration/stack_reference/nodejs/package.json

17 lines
338 B
JSON

{
"name": "stack_project_name",
"license": "Apache-2.0",
"main": "bin/index.js",
"typings": "bin/index.d.ts",
"scripts": {
"build": "tsc"
},
"devDependencies": {
"typescript": "^3.0.0",
"@types/node": "^8.0.0"
},
"peerDependencies": {
"@pulumi/pulumi": "latest"
}
}