{ "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.3.0", "simplex-chat": "^6.5.0-beta.4.4" }, "devDependencies": { "@types/node": "^25.0.5", "typescript": "^5.9.3", "vitest": "^2.1.9" }, "author": "SimpleX Chat", "license": "AGPL-3.0" }