- Reset master to upstream/main (16,697 commits) - Overlay 2,271 local-only files (skills, tools, workspace, configs, apps) - Restore IDENTITY.md and USER.md templates - Build verified, gateway running, Discord working Co-Authored-By: Claude Opus 4.6 <[email protected]>
20 lines
441 B
JSON
20 lines
441 B
JSON
{
|
|
"name": "@openclaw/voice-surface",
|
|
"version": "1.0.0",
|
|
"description": "Local voice surface for OpenClaw - push-to-talk web interface",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "tsx src/server.ts",
|
|
"start": "tsx src/server.ts"
|
|
},
|
|
"dependencies": {
|
|
"fluent-ffmpeg": "^2.1.3",
|
|
"ws": "^8.18.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/fluent-ffmpeg": "^2.1.27",
|
|
"@types/ws": "^8.5.13",
|
|
"tsx": "^4.19.2"
|
|
}
|
|
}
|