pulumi/tests/integration/config_basic/nodejs/package.json
Joe Duffy 41127c55e9
Add basic config tests (#1049)
This adds a basic config test, for both Node.js and Python runtimes,
that simply reads back and checks configuration and secret values.
2018-03-14 12:24:49 -07:00

19 lines
348 B
JSON

{
"name": "config_basic_js",
"version": "0.9",
"main": "bin/index.js",
"typings": "bin/index.d.ts",
"scripts": {
"build": "tsc"
},
"devDependencies": {
"typescript": "^2.5.3"
},
"peerDependencies": {
"pulumi": "latest"
},
"dependencies": {
"@types/node": "^9.4.7"
}
}