{
  "_args": [
    [
      "@slack/bolt@3.3.0",
      "D:\\Development\\Work\\CENOS\\cenos-support"
    ]
  ],
  "_from": "@slack/bolt@3.3.0",
  "_id": "@slack/bolt@3.3.0",
  "_inBundle": false,
  "_integrity": "sha512-rG9OHszzbJB8ZQHUl8v/IR22OodOhx+jGUGm0ZEb0kKmISUNuOGY7FLbPav4soafQg+fKfj4sWtDNfXesZrDag==",
  "_location": "/@slack/bolt",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@slack/bolt@3.3.0",
    "name": "@slack/bolt",
    "escapedName": "@slack%2fbolt",
    "scope": "@slack",
    "rawSpec": "3.3.0",
    "saveSpec": null,
    "fetchSpec": "3.3.0"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/@slack/bolt/-/bolt-3.3.0.tgz",
  "_spec": "3.3.0",
  "_where": "D:\\Development\\Work\\CENOS\\cenos-support",
  "author": {
    "name": "Slack Technologies, Inc."
  },
  "bugs": {
    "url": "https://github.com/slackapi/bolt-js/issues"
  },
  "dependencies": {
    "@slack/logger": "^3.0.0",
    "@slack/oauth": "^2.0.0",
    "@slack/socket-mode": "^1.0.0",
    "@slack/types": "^2.0.0",
    "@slack/web-api": "^6.0.0",
    "@types/express": "^4.16.1",
    "@types/node": ">=12",
    "@types/promise.allsettled": "^1.0.3",
    "@types/tsscmp": "^1.0.0",
    "axios": "^0.21.1",
    "express": "^4.16.4",
    "please-upgrade-node": "^3.2.0",
    "promise.allsettled": "^1.0.2",
    "raw-body": "^2.3.3",
    "tsscmp": "^1.0.6"
  },
  "description": "A framework for building Slack apps, fast.",
  "devDependencies": {
    "@types/chai": "^4.1.7",
    "@types/mocha": "^5.2.6",
    "@types/sinon": "^7.0.11",
    "@typescript-eslint/eslint-plugin": "^3.6.0",
    "@typescript-eslint/parser": "^3.4.0",
    "chai": "^4.2.0",
    "codecov": "^3.2.0",
    "eslint": "^7.3.1",
    "eslint-config-airbnb-typescript": "^8.0.2",
    "eslint-config-prettier": "^6.11.0",
    "eslint-plugin-import": "^2.22.0",
    "eslint-plugin-jsdoc": "^28.5.1",
    "mocha": "^6.1.4",
    "nyc": "^14.0.0",
    "prettier": "^2.0.5",
    "rewiremock": "^3.13.4",
    "shx": "^0.3.2",
    "sinon": "^7.3.1",
    "source-map-support": "^0.5.12",
    "ts-node": "^8.1.0",
    "tsd": "^0.13.1",
    "tslint-config-airbnb": "^5.11.1",
    "typescript": "^4.1.0"
  },
  "engines": {
    "node": ">=12.13.0",
    "npm": ">=6.12.0"
  },
  "files": [
    "dist/**/*"
  ],
  "homepage": "https://slack.dev/bolt-js",
  "keywords": [
    "slack",
    "bot",
    "events-api",
    "slash-commands",
    "interactive-components",
    "api",
    "chatops",
    "integration",
    "slack-app"
  ],
  "license": "MIT",
  "main": "./dist/index.js",
  "name": "@slack/bolt",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/slackapi/bolt.git"
  },
  "scripts": {
    "build": "tsc",
    "build:clean": "shx rm -rf ./dist ./coverage ./.nyc_output",
    "coverage": "codecov",
    "lint": "prettier 'src/**/*.ts' --check && eslint --ext .ts src",
    "mocha": "TS_NODE_PROJECT=tsconfig.test.json nyc mocha --config .mocharc.json \"src/**/*.spec.ts\"",
    "prepare": "npm run build",
    "test": "npm run lint && npm run test-lint && npm run mocha && npm run test:types",
    "test-lint": "prettier 'src/**/*.spec.ts' --check && prettier 'src/test-helpers.ts' --check && eslint --no-eslintrc -c .eslintrc.test.js \"src/**/*.spec.ts\" --fix && eslint --no-eslintrc -c .eslintrc.test.js \"src/test-helpers.ts\"",
    "test:types": "tsd",
    "watch": "npx nodemon --watch 'src' --ext 'ts' --exec npm run build"
  },
  "tsd": {
    "directory": "types-tests"
  },
  "types": "./dist/index.d.ts",
  "version": "3.3.0"
}
