{
  "_from": "@slack/types@^1.2.1",
  "_id": "@slack/types@1.10.0",
  "_inBundle": false,
  "_integrity": "sha512-tA7GG7Tj479vojfV3AoxbckalA48aK6giGjNtgH6ihpLwTyHE3fIgRrvt8TWfLwW8X8dyu7vgmAsGLRG7hWWOg==",
  "_location": "/@slack/types",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "@slack/types@^1.2.1",
    "name": "@slack/types",
    "escapedName": "@slack%2ftypes",
    "scope": "@slack",
    "rawSpec": "^1.2.1",
    "saveSpec": null,
    "fetchSpec": "^1.2.1"
  },
  "_requiredBy": [
    "/@slack/webhook"
  ],
  "_resolved": "https://registry.npmjs.org/@slack/types/-/types-1.10.0.tgz",
  "_shasum": "cbf7d83e1027f4cbfd13d6b429f120c7fb09127a",
  "_spec": "@slack/types@^1.2.1",
  "_where": "/home/agsistemas/nodevenv/node.agsistemas.net.ar/backend/9/lib/node_modules/@slack/webhook",
  "author": {
    "name": "Slack Technologies, Inc."
  },
  "bugs": {
    "url": "https://github.com/slackapi/node-slack-sdk/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Shared type definitions for the Node Slack SDK",
  "devDependencies": {
    "@microsoft/api-extractor": "^7.3.4",
    "shx": "^0.3.2",
    "tslint": "^5.13.1",
    "tslint-config-airbnb": "^5.11.1",
    "typescript": "^3.3.3333"
  },
  "engines": {
    "node": ">= 8.9.0",
    "npm": ">= 5.5.1"
  },
  "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": "tslint --project .",
    "prepare": "npm run build",
    "ref-docs:model": "api-extractor run",
    "test": "npm run build && echo \"Tests are not implemented.\" && exit 0"
  },
  "types": "dist/index.d.ts",
  "version": "1.10.0"
}
