mirror of
https://github.com/aljazceru/opencode.git
synced 2025-12-24 11:14:23 +01:00
19 lines
393 B
JSON
19 lines
393 B
JSON
{
|
|
"name": "@opencode-ai/slack",
|
|
"version": "1.0.15",
|
|
"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:"
|
|
}
|
|
}
|