mirror of https://github.com/pulumi/pulumi.git
16 lines
305 B
JSON
16 lines
305 B
JSON
![]() |
{
|
||
|
"name": "stack_project_name",
|
||
|
"license": "Apache-2.0",
|
||
|
"main": "bin/index.js",
|
||
|
"typings": "bin/index.d.ts",
|
||
|
"scripts": {
|
||
|
"build": "tsc"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"typescript": "^2.5.3"
|
||
|
},
|
||
|
"peerDependencies": {
|
||
|
"@pulumi/pulumi": "latest"
|
||
|
}
|
||
|
}
|