772ec46c98
- Fix Rust syntax/clippy fallout in client.rs, cli/src/lib.rs, web_search.rs - Fix 0.8.53 release metadata: changelog links, TUI changelog, npm wrapper - Update visible help copy for multi-provider support - Add telegram-bridge integration with deploy configs - Add US remote VM quickstart doc - Update Tencent Cloud deploy scripts and docs - Bump npm wrapper to 0.8.53
18 lines
528 B
JSON
18 lines
528 B
JSON
{
|
|
"name": "@codewhale/telegram-bridge",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"description": "Telegram mobile bridge for a local codewhale serve --http runtime.",
|
|
"main": "src/index.mjs",
|
|
"scripts": {
|
|
"start": "node src/index.mjs",
|
|
"check": "node --check src/index.mjs && node --check src/lib.mjs && node --check scripts/validate-config.mjs",
|
|
"test": "node --test test/*.test.mjs",
|
|
"validate:config": "node scripts/validate-config.mjs"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
}
|