pulumi/tests/integration/invalid_package_json/package.json
2019-09-11 10:54:44 -07:00

20 lines
437 B
JSON

{
"name": "config_basic_js",
"comment": "The version flag below is invalid. But we don't want to throw on it.",
"version": "0.1",
"license": "Apache-2.0",
"main": "bin/index.js",
"scripts": {
"build": "tsc"
},
"optionalDependencies": {
"typescript": "^2.5.3"
},
"peerDependencies": {
"pulumi": "latest"
},
"dependencies": {
"@types/node": "^8.0.0"
}
}