63 lines
1.6 KiB
JSON
63 lines
1.6 KiB
JSON
{
|
|
"name": "@wecom/wecom-openclaw-plugin",
|
|
"version": "1.0.11",
|
|
"type": "module",
|
|
"main": "dist/index.cjs.js",
|
|
"module": "dist/index.esm.js",
|
|
"types": "dist/index.d.ts",
|
|
"files": [
|
|
"dist",
|
|
"skills",
|
|
"openclaw.plugin.json",
|
|
"README.md"
|
|
],
|
|
"scripts": {
|
|
"build": "rollup -c",
|
|
"dev": "rollup -c -w",
|
|
"clean": "rm -rf dist",
|
|
"prebuild": "npm run clean",
|
|
"release": "node scripts/publish-all.mjs",
|
|
"release:dry": "node scripts/publish-all.mjs --dry-run"
|
|
},
|
|
"keywords": [
|
|
"wecom",
|
|
"openclaw",
|
|
"wecom-openclaw-plugin"
|
|
],
|
|
"author": "",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/WecomTeam/wecom-openclaw-plugin.git"
|
|
},
|
|
"homepage": "https://github.com/WecomTeam/wecom-openclaw-plugin#readme",
|
|
"bugs": {
|
|
"url": "https://github.com/WecomTeam/wecom-openclaw-plugin/issues"
|
|
},
|
|
"description": "OpenClaw WeCom (企业微信) channel plugin (official by Tencent WeCom team)",
|
|
"openclaw": {
|
|
"extensions": [
|
|
"./dist/index.esm.js"
|
|
],
|
|
"channel": {
|
|
"id": "wecom",
|
|
"label": "企业微信",
|
|
"selectionLabel": "企业微信 (WeCom)",
|
|
"docsPath": "/channels/wecom",
|
|
"docsLabel": "wecom-openclaw-plugin",
|
|
"blurb": "企业微信机器人接入插件",
|
|
"order": 80,
|
|
"quickstartAllowFrom": true
|
|
},
|
|
"install": {
|
|
"npmSpec": "@wecom/wecom-openclaw-plugin",
|
|
"localPath": "extensions/wecom-openclaw-plugin",
|
|
"defaultChoice": "npm"
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"@wecom/aibot-node-sdk": "^1.0.2",
|
|
"file-type": "^21.3.0"
|
|
}
|
|
}
|