pulumi/tests/integration/nodejs/regression-12301/package.json

16 lines
303 B
JSON
Raw Normal View History

2023-02-28 17:06:15 +00:00
{
"name": "regression-12301",
"license": "Apache-2.0",
2023-05-15 17:15:13 +00:00
"main": "bin/index.js",
"typings": "bin/index.d.ts",
2023-02-28 17:06:15 +00:00
"scripts": {
"build": "tsc"
},
"devDependencies": {
"typescript": "^3.0.0"
},
"peerDependencies": {
"@pulumi/pulumi": "latest"
}
}