pulumi/examples/dynamic-provider/derived-inputs/package.json
Matt Ellis 4422700f0f Run yarn upgrade and commit all resulting lockfiles
This also adds lock files for some of our tests which we previously
did not commit.
2018-01-30 14:46:44 -08:00

18 lines
359 B
JSON

{
"name": "minimal",
"main": "bin/index.js",
"typings": "bin/index.d.ts",
"scripts": {
"build": "tsc"
},
"devDependencies": {
"@types/minimist": "^1.2.0",
"@types/node": "^8.0.25",
"typescript": "^2.5.3"
},
"dependencies": {
"assert": "^1.4.1",
"sleep-promise": "^2.0.0"
}
}