@colinlu50/openclaw-lark-stream 260327.2.1 → 260327.2.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,70 +1,70 @@
1
- {
2
- "name": "@colinlu50/openclaw-lark-stream",
3
- "version": "260327.2.1",
4
- "description": "OpenClaw Lark/Feishu channel plugin",
5
- "main": "./dist/index.js",
6
- "type": "module",
7
- "bin": {
8
- "openclaw-lark": "bin/openclaw-lark.js"
9
- },
10
- "files": [
11
- "bin/",
12
- "dist/",
13
- "openclaw.plugin.json",
14
- "README.md",
15
- "LICENSE"
16
- ],
17
- "scripts": {
18
- "build": "node scripts/build.mjs",
19
- "release": "node scripts/release.mjs",
20
- "lint": "eslint src/ index.ts",
21
- "lint:fix": "eslint src/ index.ts --fix",
22
- "format": "prettier --write src/**/*.ts",
23
- "format:check": "prettier --check src/**/*.ts"
24
- },
25
- "dependencies": {
26
- "@larksuiteoapi/node-sdk": "^1.59.0",
27
- "@sinclair/typebox": "0.34.48",
28
- "image-size": "^2.0.2",
29
- "zod": "^4.3.6"
30
- },
31
- "devDependencies": {
32
- "@types/node": "^25.2.3",
33
- "@types/qrcode": "^1.5.5",
34
- "@typescript-eslint/eslint-plugin": "^8.56.1",
35
- "@typescript-eslint/parser": "^8.56.1",
36
- "esbuild": "^0.27.4",
37
- "eslint": "^9.39.3",
38
- "eslint-plugin-import": "^2.32.0",
39
- "eslint-plugin-n": "^17.24.0",
40
- "execa": "^9.6.0",
41
- "fs-extra": "^11.3.2",
42
- "minimist": "^1.2.8",
43
- "openclaw": "^2026.3.22",
44
- "prettier": "^3.8.1",
45
- "typescript": "^5.9.3"
46
- },
47
- "openclaw": {
48
- "extensions": [
49
- "./dist/index.js"
50
- ],
51
- "channel": {
52
- "id": "openclaw-lark-stream",
53
- "label": "Feishu",
54
- "selectionLabel": "Lark/Feishu (飞书)",
55
- "docsPath": "/channels/feishu",
56
- "docsLabel": "feishu",
57
- "blurb": "飞书/Lark enterprise messaging with doc/wiki/drive/task/calendar tools.",
58
- "aliases": [
59
- "lark"
60
- ],
61
- "order": 35,
62
- "quickstartAllowFrom": true
63
- },
64
- "install": {
65
- "npmSpec": "@colinlu50/openclaw-lark-stream",
66
- "localPath": "extensions/feishu",
67
- "defaultChoice": "npm"
68
- }
69
- }
70
- }
1
+ {
2
+ "name": "@colinlu50/openclaw-lark-stream",
3
+ "version": "260327.2.2",
4
+ "description": "OpenClaw Lark/Feishu channel plugin",
5
+ "main": "./dist/index.js",
6
+ "type": "module",
7
+ "bin": {
8
+ "openclaw-lark": "bin/openclaw-lark.js"
9
+ },
10
+ "files": [
11
+ "bin/",
12
+ "dist/",
13
+ "openclaw.plugin.json",
14
+ "README.md",
15
+ "LICENSE"
16
+ ],
17
+ "scripts": {
18
+ "build": "node scripts/build.mjs",
19
+ "release": "node scripts/release.mjs",
20
+ "lint": "eslint src/ index.ts",
21
+ "lint:fix": "eslint src/ index.ts --fix",
22
+ "format": "prettier --write src/**/*.ts",
23
+ "format:check": "prettier --check src/**/*.ts"
24
+ },
25
+ "dependencies": {
26
+ "@larksuiteoapi/node-sdk": "^1.59.0",
27
+ "@sinclair/typebox": "0.34.48",
28
+ "image-size": "^2.0.2",
29
+ "zod": "^4.3.6"
30
+ },
31
+ "devDependencies": {
32
+ "@types/node": "^25.2.3",
33
+ "@types/qrcode": "^1.5.5",
34
+ "@typescript-eslint/eslint-plugin": "^8.56.1",
35
+ "@typescript-eslint/parser": "^8.56.1",
36
+ "esbuild": "^0.27.4",
37
+ "eslint": "^9.39.3",
38
+ "eslint-plugin-import": "^2.32.0",
39
+ "eslint-plugin-n": "^17.24.0",
40
+ "execa": "^9.6.0",
41
+ "fs-extra": "^11.3.2",
42
+ "minimist": "^1.2.8",
43
+ "openclaw": "^2026.3.22",
44
+ "prettier": "^3.8.1",
45
+ "typescript": "^5.9.3"
46
+ },
47
+ "openclaw": {
48
+ "extensions": [
49
+ "./dist/index.js"
50
+ ],
51
+ "channel": {
52
+ "id": "openclaw-lark-stream",
53
+ "label": "Feishu",
54
+ "selectionLabel": "Lark/Feishu (飞书)",
55
+ "docsPath": "/channels/feishu",
56
+ "docsLabel": "feishu",
57
+ "blurb": "飞书/Lark enterprise messaging with doc/wiki/drive/task/calendar tools.",
58
+ "aliases": [
59
+ "lark"
60
+ ],
61
+ "order": 35,
62
+ "quickstartAllowFrom": true
63
+ },
64
+ "install": {
65
+ "npmSpec": "@colinlu50/openclaw-lark-stream",
66
+ "localPath": "extensions/feishu",
67
+ "defaultChoice": "npm"
68
+ }
69
+ }
70
+ }