mirror of https://github.com/pulumi/pulumi.git
35 lines
817 B
JSON
35 lines
817 B
JSON
{
|
|
"name": "@pulumi/kubernetes",
|
|
"version": "${VERSION}",
|
|
"keywords": [
|
|
"pulumi",
|
|
"kubernetes",
|
|
"category/cloud",
|
|
"kind/native"
|
|
],
|
|
"homepage": "https://pulumi.com",
|
|
"repository": "https://github.com/pulumi/pulumi-kubernetes",
|
|
"license": "Apache-2.0",
|
|
"scripts": {
|
|
"build": "tsc"
|
|
},
|
|
"dependencies": {
|
|
"@pulumi/pulumi": "^3.25.0",
|
|
"@types/glob": "^5.0.35",
|
|
"@types/node-fetch": "^2.1.4",
|
|
"@types/tmp": "^0.0.33",
|
|
"glob": "^7.1.2",
|
|
"node-fetch": "^2.3.0",
|
|
"shell-quote": "^1.6.1",
|
|
"tmp": "^0.0.33"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^14",
|
|
"typescript": "^4.3.5"
|
|
},
|
|
"pulumi": {
|
|
"resource": true,
|
|
"name": "kubernetes"
|
|
}
|
|
}
|