{
  "name": "@atomist/atomist-sdm",
  "version": "1.4.0",
  "description": "Atomist SDM to deliver our own projects",
  "author": {
    "name": "Atomist",
    "email": "support@atomist.com",
    "url": "https://atomist.com/"
  },
  "license": "Apache-2.0",
  "repository": {
    "type": "git",
    "url": "https://github.com/atomist/atomist-sdm.git"
  },
  "keywords": [
    "atomist",
    "automation",
    "sdm"
  ],
  "homepage": "https://github.com/atomist/atomist-sdm#readme",
  "bugs": {
    "url": "https://github.com/atomist/atomist-sdm/issues"
  },
  "dependencies": {
    "@atomist/automation-client": "^1.5.3",
    "@atomist/automation-client-ext-dashboard": "^1.0.2",
    "@atomist/automation-client-ext-logzio": "^1.0.2",
    "@atomist/automation-client-ext-raven": "^1.0.2",
    "@atomist/microgrammar": "^1.2.0",
    "@atomist/sdm": "^1.5.1",
    "@atomist/sdm-core": "1.5.3-master.20190615133704",
    "@atomist/sdm-pack-analysis": "^1.0.0",
    "@atomist/sdm-pack-build": "^1.0.4",
    "@atomist/sdm-pack-changelog": "^1.0.2",
    "@atomist/sdm-pack-docker": "^1.2.0",
    "@atomist/sdm-pack-fingerprints": "^3.1.1",
    "@atomist/sdm-pack-issue": "^1.2.2",
    "@atomist/sdm-pack-k8s": "^1.5.1",
    "@atomist/sdm-pack-node": "^1.1.0",
    "@atomist/sdm-pack-s3": "^0.5.0",
    "@atomist/sdm-pack-spring": "^1.1.1",
    "@atomist/slack-messages": "^1.1.0",
    "@types/app-root-path": "^1.2.4",
    "@types/fs-extra": "^7.0.0",
    "@types/json-stringify-safe": "^5.0.0",
    "@types/lodash": "^4.14.116",
    "@types/node": "^12.0.2",
    "@types/semver": "^6.0.0",
    "app-root-path": "^2.1.0",
    "compromise": "^11.12.3",
    "fs-extra": "^8.0.1",
    "gc-stats": "^1.2.0",
    "json-stringify-safe": "^5.0.1",
    "license-checker": "^25.0.1",
    "lodash": "^4.17.10",
    "minimatch": "^3.0.4",
    "semver": "^6.1.0",
    "spdx-license-list": "^6.0.0",
    "tslint": "^5.17.0",
    "typedoc": "^0.14.2",
    "typescript": "^3.5.1"
  },
  "devDependencies": {
    "@atomist/sdm-local": "^1.0.8",
    "@types/mocha": "^5.2.5",
    "@types/power-assert": "^1.4.29",
    "espower-typescript": "^9.0.2",
    "mocha": "^6.1.4",
    "npm-run-all": "^4.1.5",
    "power-assert": "^1.4.4",
    "prettier": "^1.14.2",
    "rimraf": "^2.6.2",
    "supervisor": "^0.12.0",
    "ts-node": "^8.2.0"
  },
  "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",
    "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 git:info gql:gen compile:ts",
    "compile:ts": "tsc --project .",
    "doc": "typedoc --mode modules --excludeExternals --ignoreCompilerErrors --exclude \"**/*.d.ts\" --out doc index.ts lib",
    "git:info": "atm-git-info",
    "gql:gen": "atm-gql-gen",
    "lint": "tslint --config tslint.json --format verbose --project .",
    "lint:fix": "npm run lint -- --fix",
    "start": "atm-start",
    "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.1.0",
    "npm": ">=5.0.0"
  }
}
