Files

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"
}
}