mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-09-27 15:48:54 +00:00
* nodejs: pass new required command fields * nodejs: install libsimplex from SIMPLEX_LIBS_DIR * nodejs: add feed chat to chatInfoName * support bot: update deps, add test script * support bot: document build from this tree * support bot: add docker build
26 lines
549 B
JSON
26 lines
549 B
JSON
{
|
|
"name": "simplex-chat-support-bot",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"main": "dist/index.js",
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"start": "node dist/index.js",
|
|
"test": "vitest run"
|
|
},
|
|
"dependencies": {
|
|
"@simplex-chat/types": "^0.11.2",
|
|
"async-mutex": "^0.5.0",
|
|
"commander": "^14.0.3",
|
|
"simplex-chat": "^7.1.0-beta.2",
|
|
"yaml": "^2.8.4"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^22.0.0",
|
|
"typescript": "^5.9.3",
|
|
"vitest": "^1.6.1"
|
|
},
|
|
"author": "SimpleX Chat",
|
|
"license": "AGPL-3.0"
|
|
}
|