openclaw-home-pc/openclaw/extensions/channels/package.json
2026-03-21 15:31:06 +08:00

80 lines
1.7 KiB
JSON

{
"name": "@openclaw-china/channels",
"version": "2026.3.18",
"type": "module",
"description": "Unified package for all Moltbot China channel plugins",
"license": "MIT",
"files": [
"dist",
"openclaw.plugin.json",
"moltbot.plugin.json",
"clawdbot.plugin.json"
],
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
}
},
"openclaw": {
"extensions": [
"./dist/index.js"
],
"install": {
"npmSpec": "@openclaw-china/channels",
"localPath": ".",
"defaultChoice": "npm"
}
},
"moltbot": {
"extensions": [
"./dist/index.js"
],
"install": {
"npmSpec": "@openclaw-china/channels",
"localPath": ".",
"defaultChoice": "npm"
}
},
"clawdbot": {
"extensions": [
"./dist/index.js"
],
"install": {
"npmSpec": "@openclaw-china/channels",
"localPath": ".",
"defaultChoice": "npm"
}
},
"scripts": {
"build": "tsup",
"dev": "tsup --watch",
"clean": "rimraf dist"
},
"dependencies": {
"@clack/prompts": "^1.0.0",
"@openclaw-china/dingtalk": "2026.3.18",
"@openclaw-china/feishu-china": "2026.3.18",
"@openclaw-china/qqbot": "2026.3.18",
"@openclaw-china/shared": "2026.3.18",
"@openclaw-china/wecom": "2026.3.18",
"@openclaw-china/wecom-app": "2026.3.18",
"@openclaw-china/wecom-kf": "2026.3.18"
},
"devDependencies": {
"@types/node": "^22.0.0",
"tsup": "^8.2.0",
"typescript": "^5.7.0"
},
"peerDependencies": {
"moltbot": ">=0.1.0"
},
"peerDependenciesMeta": {
"moltbot": {
"optional": true
}
}
}