| 1 | { |
| 2 | "name": "@codewhale/weixin-bot-bridge", |
| 3 | "version": "0.1.0", |
| 4 | "private": true, |
| 5 | "type": "module", |
| 6 | "description": "Weixin iLink Bot bridge for a local codewhale serve --http runtime. Scan QR to login.", |
| 7 | "main": "src/index.mjs", |
| 8 | "scripts": { |
| 9 | "start": "node src/index.mjs", |
| 10 | "bridge": "bash scripts/dev-up.sh", |
| 11 | "check": "node --check src/index.mjs && node --check src/lib.mjs && node --check src/qr.mjs && bash -n scripts/dev-up.sh", |
| 12 | "test": "node --test test/*.test.mjs" |
| 13 | }, |
| 14 | "engines": { |
| 15 | "node": ">=18" |
| 16 | } |
| 17 | } |
| 18 |