{
  "name": "@atomist/sdm-pack-k8s",
  "version": "1.11.0",
  "description": "Extension Pack for an Atomist SDM to integrate Kubernetes deployments",
  "author": {
    "name": "Atomist",
    "email": "support@atomist.com",
    "url": "https://atomist.com/"
  },
  "license": "Apache-2.0",
  "homepage": "https://github.com/atomist/sdm-pack-k8s#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/atomist/sdm-pack-k8s.git"
  },
  "bugs": {
    "url": "https://github.com/atomist/sdm-pack-k8s/issues"
  },
  "keywords": [
    "atomist",
    "automation",
    "sdm",
    "extension",
    "pack",
    "kubernetes"
  ],
  "main": "./index.js",
  "types": "./index.d.ts",
  "dependencies": {
    "@kubernetes/client-node": "^0.11.0",
    "@types/js-yaml": "^3.11.4",
    "@types/json-stable-stringify": "^1.0.32",
    "@types/json-stringify-safe": "^5.0.0",
    "@types/lodash": "^4.14.136",
    "@types/node": "^12.6.3",
    "@types/request": "^2.48.2",
    "docker-file-parser": "^1.0.3",
    "js-yaml": "^3.13.1",
    "json-stable-stringify": "^1.0.1",
    "json-stringify-safe": "^5.0.1",
    "lodash": "^4.17.15",
    "p-retry": "^4.1.0",
    "request": "^2.88.0",
    "ts-essentials": "^3.0.0"
  },
  "peerDependencies": {
    "@atomist/automation-client": ">=1.9.0",
    "@atomist/sdm": ">=1.9.0",
    "@atomist/sdm-core": ">=1.9.0"
  },
  "devDependencies": {
    "@atomist/automation-client": "^1.9.0",
    "@atomist/sdm": "^1.9.0",
    "@atomist/sdm-core": "^1.9.0",
    "@types/mocha": "^5.2.7",
    "@types/power-assert": "^1.5.0",
    "espower-typescript": "^9.0.2",
    "mocha": "^6.1.4",
    "npm-run-all": "^4.1.5",
    "power-assert": "^1.6.1",
    "rimraf": "^2.6.3",
    "supervisor": "^0.12.0",
    "ts-node": "^8.5.4",
    "tslint": "^5.20.1",
    "typedoc": "^0.15.5",
    "typescript": "^3.7.4"
  },
  "directories": {
    "test": "test"
  },
  "scripts": {
    "autotest": "supervisor --watch index.ts,lib,test --extensions ts --no-restart-on exit --quiet --exec npm -- test",
    "build": "run-s compile test lint doc",
    "build:fast": "run-p compile:test lint doc",
    "clean": "run-p clean:compile clean:test clean:doc clean:run",
    "clean:compile": "rimraf git-info.json \"index.{d.ts,js}{,.map}\" \"{lib,test}/**/*.{d.ts,js}{,.map}\" lib/typings/types.ts",
    "clean:dist": "run-s clean clean:npm",
    "clean:doc": "rimraf doc",
    "clean:npm": "rimraf node_modules",
    "clean:run": "rimraf *-v8.log profile.txt log",
    "clean:test": "rimraf .nyc_output coverage",
    "compile": "run-s gql:gen compile:ts",
    "compile:ts": "tsc --project .",
    "compile:test": "run-s compile test:js",
    "doc": "typedoc --mode modules --excludeExternals --ignoreCompilerErrors --exclude \"**/*.d.ts\" --out doc index.ts lib",
    "gql:gen": "atm-gql-gen",
    "lint": "tslint --config tslint.json --format verbose --project .",
    "lint:fix": "npm run lint -- --fix",
    "test": "mocha --require espower-typescript/guess \"test/**/*.test.ts\"",
    "test:js": "mocha \"test/**/*.test.js\"",
    "test:one": "mocha --require espower-typescript/guess \"test/**/${TEST:-*.test.ts}\"",
    "typedoc": "npm run doc"
  },
  "engines": {
    "node": ">=8.2.0",
    "npm": ">=5.0.0"
  }
}
