-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.58 KB
/
Copy pathpackage.json
File metadata and controls
57 lines (57 loc) · 1.58 KB
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "@yvhitxcel/opencode-remote",
"version": "0.18.0",
"description": "🤖 AI 专家团队随时待命!只需输入 /z,自动分析项目、诊断问题、给出改进方案。支持微信/飞书/Telegram 远程控制 OpenCode、Claude Code、Codex、Copilot。手机也能搞开发。",
"type": "module",
"bin": {
"opencode-remote": "bin/opencode-remote.js",
"opencode-weixin": "bin/opencode-weixin.js"
},
"main": "./dist/index.js",
"scripts": {
"dev": "node dist/cli.js",
"dev:weixin": "node dist/cli.js weixin",
"dev:telegram": "node dist/cli.js telegram",
"dev:feishu": "node dist/cli.js feishu",
"start": "node dist/index.js",
"lint": "node scripts/check-syntax.mjs",
"test": "npm run lint && node --test test/*.test.mjs",
"typecheck": "tsc --noEmit",
"precommit": "npm run lint && npm run typecheck",
"prepublishOnly": "npm run lint",
"check-refs": "node scripts/check-ref-errors.mjs"
},
"files": [
"dist"
],
"dependencies": {
"@larksuiteoapi/node-sdk": "^1.59.0",
"@opencode-ai/sdk": "^1.2.27",
"grammy": "^1.30.0",
"qiniu": "^7.15.2",
"undici": "^7.24.5"
},
"engines": {
"node": ">=18.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/opencode-remote/opencode-remote.git"
},
"keywords": [
"opencode",
"telegram",
"feishu",
"lark",
"weixin",
"remote-control",
"ai",
"coding"
],
"author": "",
"license": "MIT",
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/opencode-remote"
}
}