{
  "name": "@auto-it/slack",
  "version": "10.18.9",
  "main": "dist/index.js",
  "description": "Slack plugin for auto",
  "license": "MIT",
  "author": {
    "name": "Andrew Lisowski",
    "email": "lisowski54@gmail.com"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org/",
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/intuit/auto"
  },
  "files": [
    "dist"
  ],
  "keywords": [
    "automation",
    "semantic",
    "release",
    "github",
    "labels",
    "automated",
    "continuos integration",
    "changelog",
    "slack"
  ],
  "scripts": {
    "build": "tsc -b",
    "start": "npm run build -- -w",
    "lint": "eslint src --ext .ts",
    "test": "jest --maxWorkers=2 --config ../../package.json"
  },
  "dependencies": {
    "@atomist/slack-messages": "~1.2.0",
    "@auto-it/core": "10.18.9",
    "@octokit/rest": "^18.0.0",
    "fp-ts": "^2.5.3",
    "https-proxy-agent": "^5.0.0",
    "io-ts": "^2.1.2",
    "node-fetch": "2.6.1",
    "tslib": "2.1.0"
  },
  "devDependencies": {
    "@types/node-fetch": "2.5.8",
    "@types/url-join": "^4.0.0"
  },
  "gitHead": "22e7ec3d7b3bdc13e37b2829645730735378faf3"
}
