{
  "name": "@blink-sdk/slack",
  "version": "1.2.2",
  "author": {
    "name": "Coder",
    "email": "support@blink.so",
    "url": "https://blink.coder.com"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/coder/blink.git"
  },
  "peerDependencies": {
    "@slack/bolt": ">= ^4.5.0",
    "@slack/web-api": ">= ^7.0.0",
    "@slack/logger": ">= ^4.0.0",
    "ai": "^5.0.0",
    "zod": ">= 4",
    "blink": ">= 1.1.7"
  },
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "require": "./dist/index.cjs"
    }
  },
  "bugs": {
    "url": "https://github.com/coder/blink/issues"
  },
  "files": [
    "dist"
  ],
  "homepage": "https://github.com/coder/blink/tree/main/packages/slack",
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "tsdown src/index.ts --dts --format esm,cjs",
    "dev": "tsdown src/index.ts --dts --format esm,cjs --watch",
    "typecheck": "tsgo --noEmit"
  },
  "type": "module",
  "devDependencies": {
    "@ai-sdk/provider": "^2.0.0",
    "@slack/types": "^2.17.0"
  }
}
