Initial commit: QwenClaw persistent daemon for Qwen Code
This commit is contained in:
17
package.json
Normal file
17
package.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"name": "qwenclaw",
|
||||
"version": "1.0.0",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"start": "bun run src/index.ts",
|
||||
"dev:web": "bun --watch src/index.ts start --web --replace-existing",
|
||||
"telegram": "bun run src/index.ts telegram",
|
||||
"status": "bun run src/index.ts status"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/bun": "^1.3.9"
|
||||
},
|
||||
"dependencies": {
|
||||
"ogg-opus-decoder": "^1.7.3"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user