mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-02 02:00:49 +08:00
17 lines
339 B
JSON
17 lines
339 B
JSON
{
|
|
"name": "@affine/copilot-result",
|
|
"version": "0.27.0",
|
|
"type": "module",
|
|
"main": "index.js",
|
|
"private": true,
|
|
"description": "Send copilot result to slack",
|
|
"dependencies": {
|
|
"@slack/web-api": "^7.15.1",
|
|
"jsx-slack": "^6.1.2",
|
|
"marked": "^15.0.12"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^22.0.0"
|
|
}
|
|
}
|