{
  "name": "@atomist/sdm-core",
  "version": "1.9.0",
  "description": "Atomist Software Delivery Machine - Implementation",
  "author": {
    "name": "Atomist",
    "email": "support@atomist.com",
    "url": "https://atomist.com/"
  },
  "license": "Apache-2.0",
  "repository": {
    "type": "git",
    "url": "https://github.com/atomist/sdm-core.git"
  },
  "keywords": [
    "atomist",
    "automation",
    "sdm",
    "ci",
    "cd"
  ],
  "homepage": "https://github.com/atomist/sdm-core#readme",
  "bugs": {
    "url": "https://github.com/atomist/sdm-core/issues"
  },
  "dependencies": {
    "@kubernetes/client-node": "^0.10.2",
    "@octokit/rest": "^16.34.1",
    "@types/flat": "0.0.28",
    "@types/glob": "^7.1.1",
    "@types/proper-lockfile": "^4.1.0",
    "@types/request": "^2.48.1",
    "@types/retry": "^0.12.0",
    "app-root-path": "^2.2.1",
    "axios": "^0.19.0",
    "camelcase-keys": "^6.1.0",
    "chalk": "^2.4.2",
    "change-case": "^3.1.0",
    "fast-glob": "^3.1.0",
    "fast-json-stable-stringify": "^2.0.0",
    "flat": "^4.1.0",
    "fs-extra": "^8.1.0",
    "glob": "^7.1.4",
    "js-yaml": "^3.13.1",
    "json-stringify-safe": "^5.0.1",
    "lodash": "^4.17.15",
    "moment": "^2.24.0",
    "moment-duration-format": "2.2.2",
    "promise-retry": "^1.1.1",
    "proper-lockfile": "^4.1.1",
    "request": "^2.88.0",
    "stack-trace": "0.0.10",
    "tmp-promise": "^2.0.2",
    "ts-essentials": "^2.0.12"
  },
  "peerDependencies": {
    "@atomist/automation-client": "^1.9.0",
    "@atomist/microgrammar": "^1.2.1",
    "@atomist/sdm": "^1.9.0",
    "@atomist/slack-messages": "^1.1.1",
    "@atomist/tree-path": "^1.0.3"
  },
  "devDependencies": {
    "@atomist/automation-client": "^1.9.0",
    "@atomist/microgrammar": "^1.2.1",
    "@atomist/sdm": "^1.9.0",
    "@atomist/slack-messages": "^1.1.1",
    "@atomist/tree-path": "^1.0.3",
    "@types/lodash": "^4.14.144",
    "@types/mocha": "^5.2.7",
    "@types/node": "^12.7.12",
    "@types/power-assert": "^1.5.0",
    "@types/rimraf": "^2.0.2",
    "axios-mock-adapter": "^1.17.0",
    "espower-typescript": "^9.0.2",
    "mocha": "^6.2.1",
    "npm-run-all": "^4.1.5",
    "nyc": "^14.1.1",
    "power-assert": "^1.6.1",
    "prettier": "^1.18.2",
    "rimraf": "^3.0.0",
    "supervisor": "^0.12.0",
    "ts-node": "^8.5.4",
    "tslint": "^5.20.1",
    "typedoc": "^0.15.3",
    "typescript": "^3.7.3"
  },
  "directories": {
    "test": "test"
  },
  "scripts": {
    "autotest": "supervisor --watch src,test --extensions ts --no-restart-on exit --quiet --exec npm -- test",
    "build": "run-s 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 .",
    "doc": "typedoc --mode modules --ignoreCompilerErrors --excludeExternals --exclude \"**/*.d.ts\" --out doc lib",
    "gql:gen": "atm-gql-gen",
    "lint": "run-p lint:ts lint:gql",
    "lint:fix": "run-p lint:ts:fix lint:gql:fix",
    "lint:gql": "prettier --list-different \"lib/graphql/**/*.graphql\"",
    "lint:gql:fix": "prettier --write \"lib/graphql/**/*.graphql\"",
    "lint:ts": "tslint --config tslint.json --format verbose --project .",
    "lint:ts:fix": "npm run lint:ts -- --fix",
    "test": "mocha --require espower-typescript/guess \"test/**/*.test.ts\"",
    "test:one": "mocha --require espower-typescript/guess \"test/**/${TEST:-*.test.ts}\"",
    "typedoc": "npm run doc"
  },
  "engines": {
    "node": ">=8.2.0",
    "npm": ">=5.0.0"
  }
}
