forked from YuanG1944/message-bridge-opencode-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 960 Bytes
/
package.json
File metadata and controls
43 lines (43 loc) · 960 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"name": "opencode-feishu",
"version": "1.0.0",
"description": "Feishu Bridge Plugin for OpenCode",
"main": "index.ts",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"repository": {
"type": "git",
"url": "https://github.com/lyhue1991/opencode-feishu"
},
"bugs": {
"url": "https://github.com/lyhue1991/opencode-feishu/issues"
},
"homepage": "https://github.com/lyhue1991/opencode-feishu",
"scripts": {
"build": "tsc",
"prepublishOnly": "npm run build"
},
"keywords": [
"opencode",
"feishu",
"telegram"
],
"author": "",
"license": "MIT",
"dependencies": {
"@larksuiteoapi/node-sdk": "^1.26.0",
"axios": "^1.13.4"
},
"peerDependencies": {
"@opencode-ai/plugin": "^1.1.48",
"@opencode-ai/sdk": "^1.1.48"
},
"devDependencies": {
"@opencode-ai/plugin": "1.1.48",
"@opencode-ai/sdk": "1.1.48",
"@types/node": "^20.0.0",
"typescript": "^5.9.3"
}
}