{
  "name": "@kubernetesjs/client",
  "version": "1.0.0",
  "author": "Constructive <developers@constructive.io>",
  "description": "Client for KubernetesJS ops workflows",
  "main": "index.js",
  "module": "esm/index.js",
  "types": "index.d.ts",
  "homepage": "https://github.com/constructive-io/kubernetesjs",
  "license": "MIT",
  "publishConfig": {
    "access": "public",
    "directory": "dist"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/constructive-io/kubernetesjs"
  },
  "bugs": {
    "url": "https://github.com/constructive-io/kubernetesjs/issues"
  },
  "scripts": {
    "clean": "makage clean",
    "prepack": "npm run build",
    "build": "makage build",
    "build:dev": "makage build --dev",
    "lint": "eslint . --fix",
    "test": "jest",
    "test:watch": "jest --watch",
    "tests:unit": "jest --selectProjects unit",
    "tests:integration": "jest --selectProjects integration",
    "tests:e2e": "E2E_TESTS=true jest --selectProjects e2e",
    "proxy": "kubectl proxy --port=8001 --accept-hosts='^.*$' --address='0.0.0.0'",
    "operators:setup": "ts-node --swc scripts/setup-operators.ts setup --config __fixtures__/config/setup.cnpg-minio.yaml",
    "operators:teardown": "ts-node --swc scripts/setup-operators.ts teardown --config __fixtures__/config/setup.cnpg-minio.yaml"
  },
  "dependencies": {
    "@kubernetesjs/manifests": "^1.0.0",
    "@kubernetesjs/ops": "^1.0.0",
    "axios": "^1.7.2",
    "chalk": "^4.1.0",
    "js-yaml": "^4.1.0",
    "pg": "^8.16.3"
  },
  "devDependencies": {
    "@types/js-yaml": "^4.0.5",
    "@types/pg": "^8.11.10",
    "makage": "^0.1.8",
    "ts-node": "^10.9.2"
  },
  "gitHead": "27946e6f5587970e8f2c27769357f8fb1cecac77"
}
