summaryrefslogtreecommitdiffhomepage
path: root/packages/slack/package.json
blob: 01c0ab245c417a4a85423150f83a36ffadcc4378 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
  "name": "@opencode-ai/slack",
  "version": "1.14.31",
  "type": "module",
  "license": "MIT",
  "scripts": {
    "dev": "bun run src/index.ts",
    "typecheck": "tsgo --noEmit"
  },
  "dependencies": {
    "@opencode-ai/sdk": "workspace:*",
    "@slack/bolt": "^3.17.1"
  },
  "devDependencies": {
    "@types/node": "catalog:",
    "typescript": "catalog:",
    "@typescript/native-preview": "catalog:"
  }
}