{
  "name": "@razee/kubernetes-util",
  "version": "2.0.0",
  "description": "A set of Kubernetes API utilities to facilitate resource discovery and watches",
  "main": "index.js",
  "keywords": [
    "kubernetes",
    "razee",
    "razeedash"
  ],
  "scripts": {
    "start": "node index.js",
    "test": "nyc --reporter=html --reporter=text mocha ",
    "test:debug": "mocha --inspect-brk",
    "check-coverage": "nyc check-coverage --statements 0 --branches 0 --functions 0 --lines 0",
    "lint": "npx npm-run-all --npm-path npm eslint yamllint markdownlint",
    "eslint": "npx eslint index.js lib/ test/",
    "yamllint": "npx yamllint .travis.yml",
    "markdownlint": "npx markdownlint-cli README.md"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:razee-io/kubernetes-util.git"
  },
  "contributors": [
    {
      "name": "Adam King"
    },
    {
      "name": "Alex Lewitt"
    }
  ],
  "publishConfig": {
    "access": "public"
  },
  "license": "Apache-2.0",
  "dependencies": {
    "@kubernetes/client-node": "^1.2.0",
    "@razee/request-util": "^1.0.10",
    "bunyan": "^1.8.15",
    "clone": "^2.1.2",
    "deepmerge": "^4.3.1",
    "delay": "^5.0.0",
    "fs-extra": "^10.1.0",
    "JSONStream": "^1.3.5",
    "object-hash": "^3.0.0",
    "object-path": "^0.11.8",
    "touch": "^3.1.1",
    "valid-url": "^1.0.9"
  },
  "devDependencies": {
    "audit-ci": "^7.1.0",
    "chai": "^4.3.6",
    "deep-equal": "^2.2.3",
    "eslint": "^8.57.0",
    "markdownlint-cli": "^0.44.0",
    "mocha": "^10.8.2",
    "nock": "^13.5.6",
    "npm-check-updates": "^17.1.15",
    "npm-run-all": "^4.1.5",
    "nyc": "^15.1.0",
    "sinon": "^13.0.2",
    "validate-commit-msg": "^1.1.3",
    "yaml-lint": "^1.7.0"
  },
  "overrides": {
    "@kubernetes/client-node": {
      "jsonpath-plus": "^10.3.0"
    }
  }
}
