{
  "name": "@slack/web-api",
  "version": "5.15.0",
  "description": "Official library for using the Slack Platform's Web API",
  "author": "Slack Technologies, Inc.",
  "license": "MIT",
  "keywords": [
    "slack",
    "web-api",
    "bot",
    "client",
    "http",
    "api",
    "proxy",
    "rate-limiting",
    "pagination"
  ],
  "main": "dist/index.js",
  "types": "./dist/index.d.ts",
  "files": [
    "dist/**/*"
  ],
  "engines": {
    "node": ">= 8.9.0",
    "npm": ">= 5.5.1"
  },
  "repository": "slackapi/node-slack-sdk",
  "homepage": "https://slack.dev/node-slack-sdk/web-api",
  "publishConfig": {
    "access": "public"
  },
  "bugs": {
    "url": "https://github.com/slackapi/node-slack-sdk/issues"
  },
  "scripts": {
    "prepare": "npm run build",
    "build": "npm run build:clean && tsc",
    "build:clean": "shx rm -rf ./dist ./coverage ./.nyc_output",
    "lint": "tslint --project .",
    "test": "npm run build && npm run test:mocha && npm run test:types",
    "test:mocha": "nyc mocha --config .mocharc.json src/*.spec.js",
    "test:types": "tsd",
    "coverage": "codecov -F webapi --root=$PWD",
    "ref-docs:model": "api-extractor run",
    "watch": "npx nodemon --watch 'src' --ext 'ts' --exec npm run build"
  },
  "dependencies": {
    "@slack/logger": ">=1.0.0 <3.0.0",
    "@slack/types": "^1.7.0",
    "@types/is-stream": "^1.1.0",
    "@types/node": ">=8.9.0",
    "axios": "^0.21.1",
    "eventemitter3": "^3.1.0",
    "form-data": "^2.5.0",
    "is-stream": "^1.1.0",
    "p-queue": "^6.6.1",
    "p-retry": "^4.0.0"
  },
  "devDependencies": {
    "@aoberoi/capture-console": "^1.1.0",
    "@microsoft/api-extractor": "^7.3.4",
    "@types/chai": "^4.1.7",
    "@types/mocha": "^5.2.6",
    "busboy": "^0.3.0",
    "chai": "^4.2.0",
    "codecov": "^3.2.0",
    "mocha": "^6.0.2",
    "nock": "^10.0.6",
    "nyc": "^14.1.1",
    "shelljs": "^0.8.3",
    "shx": "^0.3.2",
    "sinon": "^7.2.7",
    "source-map-support": "^0.5.10",
    "ts-node": "^8.0.3",
    "tsd": "^0.13.1",
    "tslint": "^5.13.1",
    "tslint-config-airbnb": "^5.11.1",
    "typescript": "^3.3.3333"
  },
  "tsd": {
    "directory": "test/types"
  }
}
