{
  "_args": [
    [
      "@slack/types@2.8.0",
      "/home/newziono/public_html/spamslayer.jordinmarshall.com"
    ]
  ],
  "_from": "@slack/types@2.8.0",
  "_id": "@slack/types@2.8.0",
  "_inBundle": false,
  "_integrity": "sha512-ghdfZSF0b4NC9ckBA8QnQgC9DJw2ZceDq0BIjjRSv6XAZBXJdWgxIsYz0TYnWSiqsKZGH2ZXbj9jYABZdH3OSQ==",
  "_location": "/@slack/types",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@slack/types@2.8.0",
    "name": "@slack/types",
    "escapedName": "@slack%2ftypes",
    "scope": "@slack",
    "rawSpec": "2.8.0",
    "saveSpec": null,
    "fetchSpec": "2.8.0"
  },
  "_requiredBy": [
    "/@slack/bolt",
    "/@slack/web-api"
  ],
  "_resolved": "https://registry.npmjs.org/@slack/types/-/types-2.8.0.tgz",
  "_spec": "2.8.0",
  "_where": "/home/newziono/public_html/spamslayer.jordinmarshall.com",
  "author": {
    "name": "Slack Technologies, LLC"
  },
  "bugs": {
    "url": "https://github.com/slackapi/node-slack-sdk/issues"
  },
  "description": "Shared type definitions for the Node Slack SDK",
  "devDependencies": {
    "@microsoft/api-extractor": "^7.3.4",
    "@typescript-eslint/eslint-plugin": "^4.4.1",
    "@typescript-eslint/parser": "^4.4.0",
    "eslint": "^7.32.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-node": "^11.1.0",
    "shx": "^0.3.2",
    "typescript": "^4.1.0"
  },
  "engines": {
    "node": ">= 12.13.0",
    "npm": ">= 6.12.0"
  },
  "files": [
    "dist/**/*"
  ],
  "homepage": "https://slack.dev/node-slack-sdk",
  "keywords": [
    "slack",
    "typescript",
    "types",
    "api"
  ],
  "license": "MIT",
  "main": "dist/index.js",
  "name": "@slack/types",
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/slackapi/node-slack-sdk.git"
  },
  "scripts": {
    "build": "npm run build:clean && tsc",
    "build:clean": "shx rm -rf ./dist",
    "lint": "eslint --ext .ts src",
    "prepare": "npm run build",
    "ref-docs:model": "api-extractor run",
    "test": "npm run lint && npm run build && echo \"Tests are not implemented.\" && exit 0"
  },
  "types": "dist/index.d.ts",
  "version": "2.8.0"
}
