{
    "name": "azure-pipelines-tasks-kubernetes-common",
    "version": "2.272.0",
    "description": "Common Library for Kubernetes",
    "repository": {
        "type": "git",
        "url": "git+ssh://git@github.com/Microsoft/azure-pipelines-tasks-common-packages.git",
        "directory": "common-npm-packages/kubernetes-common"
    },
    "author": "Microsoft Corporation",
    "license": "MIT",
    "bugs": {
        "url": "https://github.com/Microsoft/azure-pipelines-tasks-common-packages/issues"
    },
    "homepage": "https://github.com/Microsoft/azure-pipelines-tasks-common-packages#readme",
    "dependencies": {
        "@types/mocha": "5.2.7",
        "@types/node": "10.17.0",
        "@types/node-forge": "^1.3.2",
        "@types/uuid": "8.3.0",
        "azure-devops-node-api": "^15.1.3",
        "azure-pipelines-task-lib": "^5.2.8",
        "azure-pipelines-tool-lib": "^2.0.12",
        "js-yaml": "^3.14.2",
        "node-forge": "^1.4.0"
    },
    "devDependencies": {
        "shelljs": "^0.8.5",
        "typescript": "^4.9.5"
    },
    "scripts": {
        "build": "cd ../build-scripts && npm install && cd ../kubernetes-common && node make.js"
    }
}
