{
  "name": "@slack/types",
  "version": "2.19.0",
  "description": "Shared type definitions for the Node Slack SDK",
  "author": "Slack Technologies, LLC",
  "license": "MIT",
  "keywords": [
    "slack",
    "typescript",
    "types",
    "api"
  ],
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist/**/*"
  ],
  "engines": {
    "node": ">= 12.13.0",
    "npm": ">= 6.12.0"
  },
  "repository": "slackapi/node-slack-sdk",
  "homepage": "https://docs.slack.dev/tools/node-slack-sdk/reference/types/",
  "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",
    "docs": "npx typedoc --plugin typedoc-plugin-markdown",
    "lint": "npx @biomejs/biome check .",
    "lint:fix": "npx @biomejs/biome check --write .",
    "test": "npm run lint && npm run build && npm run test:types",
    "test:types": "tsd"
  },
  "devDependencies": {
    "@biomejs/biome": "^2.0.5",
    "shx": "^0.4.0",
    "tsd": "^0.33.0",
    "typedoc": "^0.28.7",
    "typedoc-plugin-markdown": "^4.7.1",
    "typescript": "^5.5.4"
  },
  "tsd": {
    "directory": "test"
  }
}
