{
  "_args": [
    [
      "@slack/bolt@3.13.1",
      "/home/newziono/public_html/spamslayer.jordinmarshall.com"
    ]
  ],
  "_from": "@slack/bolt@3.13.1",
  "_id": "@slack/bolt@3.13.1",
  "_inBundle": false,
  "_integrity": "sha512-ifWmlgW2pmtVfbb2YLuicKJu0PQEY0ZncAXTBxIgTP+EIl9okZnY5uIfCqFWzR9LkU0JWGdxMrHVKTptHV3YRQ==",
  "_location": "/@slack/bolt",
  "_phantomChildren": {
    "asynckit": "0.4.0",
    "combined-stream": "1.0.8",
    "follow-redirects": "1.15.2",
    "mime-types": "2.1.35"
  },
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@slack/bolt@3.13.1",
    "name": "@slack/bolt",
    "escapedName": "@slack%2fbolt",
    "scope": "@slack",
    "rawSpec": "3.13.1",
    "saveSpec": null,
    "fetchSpec": "3.13.1"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/@slack/bolt/-/bolt-3.13.1.tgz",
  "_spec": "3.13.1",
  "_where": "/home/newziono/public_html/spamslayer.jordinmarshall.com",
  "author": {
    "name": "Slack Technologies, LLC"
  },
  "bugs": {
    "url": "https://github.com/slackapi/bolt-js/issues"
  },
  "dependencies": {
    "@slack/logger": "^3.0.0",
    "@slack/oauth": "^2.6.1",
    "@slack/socket-mode": "^1.3.0",
    "@slack/types": "^2.7.0",
    "@slack/web-api": "^6.7.1",
    "@types/express": "^4.16.1",
    "@types/node": "18.16.0",
    "@types/promise.allsettled": "^1.0.3",
    "@types/tsscmp": "^1.0.0",
    "axios": "^0.27.2",
    "express": "^4.16.4",
    "path-to-regexp": "^6.2.1",
    "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": "^4.4.1",
    "@typescript-eslint/parser": "^4.4.0",
    "chai": "^4.2.0",
    "codecov": "^3.2.0",
    "eslint": "^7.26.0",
    "eslint-config-airbnb-base": "^14.2.1",
    "eslint-config-airbnb-typescript": "^12.3.1",
    "eslint-plugin-import": "^2.22.1",
    "eslint-plugin-jsdoc": "^30.6.1",
    "eslint-plugin-jsx-a11y": "^6.5.1",
    "eslint-plugin-node": "^11.1.0",
    "eslint-plugin-react": "^7.29.3",
    "eslint-plugin-react-hooks": "^4.3.0",
    "mocha": "^9.1.3",
    "nyc": "^15.1.0",
    "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.22.0",
    "typescript": "4.8.4"
  },
  "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": "eslint --fix --ext .ts src",
    "mocha": "TS_NODE_PROJECT=tsconfig.json nyc mocha --config .mocharc.json \"src/**/*.spec.ts\"",
    "prepare": "npm run build",
    "test": "npm run lint && npm run mocha && npm run test:types",
    "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.13.1"
}
