{
  "name": "@atomist/sdm-pack-jira",
  "version": "0.0.1-master.20190604224913",
  "description": "SDM Pack for JIRA",
  "author": {
    "name": "Atomist",
    "email": "support@atomist.com",
    "url": "https://atomist.com/"
  },
  "license": "Apache-2.0",
  "homepage": "https://github.com/atomist/sdm-pack-jira#readme",
  "repository": {
    "type": "git",
    "url": "https://github.com/atomist/sdm-pack-jira.git"
  },
  "bugs": {
    "url": "https://github.com/atomist/sdm-pack-jira/issues"
  },
  "keywords": [
    "atomist",
    "pack",
    "sdm",
    "jira"
  ],
  "main": "./index.js",
  "types": "./index.d.ts",
  "dependencies": {
    "@atomist/slack-messages": "^1.1.0",
    "@types/object-hash": "^1.2.0",
    "jira2slack": "^1.0.2",
    "lodash": "^4.17.11",
    "node-cache": "^4.2.0",
    "object-hash": "^1.3.1"
  },
  "peerDependencies": {
    "@atomist/automation-client": "*",
    "@atomist/sdm": "*",
    "@atomist/sdm-core": "*"
  },
  "devDependencies": {
    "@atomist/automation-client": "1.5.3",
    "@atomist/sdm": "1.5.1",
    "@atomist/sdm-core": "1.5.2",
    "@atomist/sdm-pack-build": "^1.0.3",
    "@atomist/sdm-pack-docker": "^1.0.2",
    "@atomist/sdm-pack-k8s": "1.1.0-v2.20190118211301",
    "@atomist/sdm-pack-spring": "1.1.1-master.20190114125827",
    "@types/mocha": "^5.2.5",
    "@types/power-assert": "^1.5.0",
    "espower-typescript": "^9.0.0",
    "mocha": "^5.2.0",
    "npm-run-all": "^4.1.5",
    "power-assert": "^1.6.1",
    "rimraf": "^2.6.2",
    "supervisor": "^0.12.0",
    "ts-node": "^7.0.1",
    "tslint": "^5.11.0",
    "typedoc": "^0.13.0",
    "typescript": "^3.1.6"
  },
  "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"
  }
}
