{
  "name": "@atomist/sdm-pack-lifecycle",
  "version": "0.1.0",
  "description": "Extension pack adding lifecycle support to an SDM",
  "author": {
    "name": "Atomist",
    "email": "support@atomist.com",
    "url": "https://atomist.com/"
  },
  "license": "Apache-2.0",
  "homepage": "https://github.com/atomist/sdm-pack-lifecycle#readme",
  "repository": {
    "type": "git",
    "url": "https://github.com/atomist/sdm-pack-lifecycle.git"
  },
  "bugs": {
    "url": "https://github.com/atomist/sdm-pack-lifecycle/issues"
  },
  "keywords": [
    "atomist",
    "automation",
    "pack",
    "sdm",
    "lifecycle"
  ],
  "main": "./index.js",
  "types": "./index.d.ts",
  "dependencies": {
    "@octokit/rest": "^14.0.9",
    "@types/base64-js": "^1.2.5",
    "@types/deepmerge": "^2.2.0",
    "@types/murmurhash3js": "^3.0.2",
    "@types/toposort": "^2.0.1",
    "base64-js": "^1.2.1",
    "deepmerge": "^3.2.0",
    "format-date": "^1.0.0",
    "js-yaml": "^3.10.0",
    "lodash": "^4.17.4",
    "moment": "^2.22.0",
    "moment-duration-format": "^2.2.2",
    "murmurhash3js": "^3.0.1",
    "semver": "^5.5.1",
    "toposort": "^2.0.2"
  },
  "peerDependencies": {
    "@atomist/automation-client": "*",
    "@atomist/sdm": "*",
    "@atomist/sdm-core": "*",
    "@atomist/slack-messages": "*"
  },
  "devDependencies": {
    "@atomist/automation-client": "1.5.0-master.20190515195848",
    "@atomist/sdm": "1.5.0-master.20190516103533",
    "@atomist/sdm-core": "1.5.0-master.20190516183309",
    "@atomist/slack-messages": "1.1.1-master.20190217194316",
    "@types/mocha": "^5.2.6",
    "@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.1.0",
    "tslint": "^5.16.0",
    "typedoc": "^0.14.2",
    "typescript": "^3.4.5"
  },
  "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 gql:gen compile:ts",
    "compile:ts": "tsc --project .",
    "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:one": "mocha --require espower-typescript/guess \"test/**/${TEST:-*.test.ts}\"",
    "typedoc": "npm run doc"
  },
  "engines": {
    "node": ">=8.1.0",
    "npm": ">=5.0.0"
  }
}
