mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-03-31 11:56:00 +00:00
23 lines
471 B
JSON
23 lines
471 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.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"
|
|
}
|