{
  "name": "screwdriver-executor-k8s",
  "version": "17.3.4",
  "description": "Kubernetes Executor plugin for Screwdriver",
  "main": "index.js",
  "scripts": {
    "pretest": "eslint .",
    "test": "nyc --report-dir ./artifacts/coverage --reporter=lcov mocha --reporter mocha-multi-reporters --reporter-options configFile=./mocha.config.json --recursive --timeout 4000 --retries 1 --exit --allow-uncaught true --color true"
  },
  "engines": {
    "node": ">=18.0.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/screwdriver-cd/executor-k8s.git"
  },
  "homepage": "https://github.com/screwdriver-cd/executor-k8s",
  "bugs": "https://github.com/screwdriver-cd/executor-k8s/issues",
  "keywords": [
    "screwdriver",
    "yahoo"
  ],
  "license": "BSD-3-Clause",
  "author": "St. John Johnson <st.john.johnson@gmail.com>",
  "contributors": [
    "Dao Lam <daolam112@gmail.com>",
    "Darren Matsumoto <aeneascorrupt@gmail.com>",
    "Jeremiah Wuenschel <jeremiah.wuenschel@gmail.com>",
    "Noah Katzman <nbkatzman@gmail.com>",
    "Peter Peterson <jedipetey@gmail.com>",
    "St. John Johnson <st.john.johnson@gmail.com",
    "Tiffany Kyi <tiffanykyi@gmail.com>"
  ],
  "release": {
    "debug": false
  },
  "devDependencies": {
    "chai": "^4.3.7",
    "eslint": "^8.57.0",
    "eslint-config-screwdriver": "^8.0.0",
    "mocha": "^10.1.0",
    "mocha-multi-reporters": "^1.5.1",
    "mocha-sonarqube-reporter": "^1.0.2",
    "mockery": "^2.1.0",
    "nyc": "^15.1.0",
    "rewire": "^6.0.0",
    "sinon": "^15.0.0"
  },
  "dependencies": {
    "@hapi/hoek": "^11.0.7",
    "circuit-fuses": "^6.0.0",
    "handlebars": "^4.7.8",
    "js-yaml": "^5.2.3",
    "jsonwebtoken": "^9.0.2",
    "lodash": "^4.17.21",
    "randomstring": "^1.3.1",
    "screwdriver-executor-base": "^11.1.0",
    "screwdriver-logger": "^3.0.0",
    "screwdriver-request": "^3.0.0",
    "tinytim": "^0.1.1"
  }
}
