mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-21 13:11:32 +03:00
17 lines
339 B
JSON
17 lines
339 B
JSON
{
|
|
"name": "@affine/copilot-result",
|
|
"version": "0.18.0",
|
|
"type": "module",
|
|
"main": "index.js",
|
|
"private": true,
|
|
"description": "Send copilot result to slack",
|
|
"dependencies": {
|
|
"@slack/web-api": "^7.3.4",
|
|
"jsx-slack": "^6.1.1",
|
|
"marked": "^15.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^20.14.12"
|
|
}
|
|
}
|