mirror of
https://github.com/Hmbown/DeepSeek-TUI.git
synced 2026-09-03 06:50:13 +08:00
17 lines
446 B
JSON
17 lines
446 B
JSON
{
|
|
"name": "@codewhale/weixin-bot-bridge",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"description": "Weixin iLink Bot bridge for a local codewhale serve --http runtime. Scan QR to login.",
|
|
"main": "src/index.mjs",
|
|
"scripts": {
|
|
"start": "node src/index.mjs",
|
|
"check": "node --check src/index.mjs && node --check src/lib.mjs",
|
|
"test": "node --test test/*.test.mjs"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
}
|