mirror of
https://github.com/aljazceru/opencode.git
synced 2025-12-24 19:24:22 +01:00
19 lines
394 B
JSON
19 lines
394 B
JSON
{
|
|
"name": "@opencode-ai/slack",
|
|
"version": "0.15.31",
|
|
"type": "module",
|
|
"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:"
|
|
}
|
|
}
|