pulumi/examples/dynamic-provider/derived-inputs/package.json
Matt Ellis 7074ae8cf3 Use new native typescript support in many tests
We retain a few tests on the RunBuild plan, with `typescript` set to
false in the runtime options, but for the general case, we remove the
build steps and custom entry points for our programs.
2018-08-06 14:00:58 -07:00

17 lines
348 B
JSON

{
"name": "minimal",
"license": "Apache-2.0",
"devDependencies": {
"@types/minimist": "^1.2.0",
"@types/node": "^8.0.25",
"typescript": "^3.0.0"
},
"dependencies": {
"assert": "^1.4.1",
"sleep-promise": "^2.0.0"
},
"peerDependencies": {
"@pulumi/pulumi": "latest"
}
}