2026-03-15 23:35:34 +08:00

25 lines
474 B
JSON

{
"name": "vocechat",
"version": "1.0.0",
"description": "VoceChat channel plugin for OpenClaw",
"type": "module",
"main": "./dist/index.ts",
"scripts": {
"build": "tsc",
"dev": "tsc --watch"
},
"dependencies": {
"ws": "^8.16.0"
},
"devDependencies": {
"@types/node": "^20.0.0",
"@types/ws": "^8.5.0",
"openclaw": "^2026.3.13",
"typescript": "^5.3.0"
},
"openclaw": {
"extensions": [
"./src/index.ts"
]
}
}