mirror of https://github.com/pulumi/pulumi.git
18 lines
383 B
JSON
18 lines
383 B
JSON
{
|
|
"name": "infra",
|
|
"main": "bin/index.js",
|
|
"version": "1.0.0",
|
|
"scripts": {
|
|
"build": "tsc"
|
|
},
|
|
"dependencies": {
|
|
"@pulumi/pulumi": "latest",
|
|
"my-dynamic-provider": "1.0.0",
|
|
"my-random": "1.0.0",
|
|
"semver": "^7.5.2",
|
|
"typescript": "^3.8.3"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^14.14.20"
|
|
}
|
|
} |