31 lines
1.0 KiB
JSON
31 lines
1.0 KiB
JSON
{
|
|
"name": "qwenclaw",
|
|
"version": "1.5.1",
|
|
"type": "module",
|
|
"bin": {
|
|
"qwenclaw": "./bin/qwenclaw.js",
|
|
"install-qwenclaw": "./scripts/install-qwenclaw.js"
|
|
},
|
|
"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",
|
|
"rig:start": "bun run rig-service/src/main.ts",
|
|
"rig:build": "cd rig-service && cargo build --release",
|
|
"rig:check": "cd rig-service && cargo check",
|
|
"start:all": "bun run src/index.ts start --web --with-rig",
|
|
"test": "bun test",
|
|
"test:rig": "bun test tests/rig-integration.test.ts",
|
|
"postinstall": "chmod +x bin/qwenclaw.js 2>/dev/null || true && npx playwright install chromium 2>/dev/null || true",
|
|
"setup": "bun run scripts/install-qwenclaw.js"
|
|
},
|
|
"devDependencies": {
|
|
"@types/bun": "^1.3.9"
|
|
},
|
|
"dependencies": {
|
|
"ogg-opus-decoder": "^1.7.3",
|
|
"playwright": "^1.42.0"
|
|
}
|
|
}
|