mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-04-29 06:07:17 +00:00
24 lines
501 B
JSON
24 lines
501 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"
|
|
},
|
|
"dependencies": {
|
|
"@simplex-chat/types": "^0.5.0",
|
|
"async-mutex": "^0.5.0",
|
|
"commander": "^14.0.3",
|
|
"simplex-chat": "^6.5.0-beta.10"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^22.0.0",
|
|
"typescript": "^5.9.3",
|
|
"vitest": "^1.6.1"
|
|
},
|
|
"author": "SimpleX Chat",
|
|
"license": "AGPL-3.0"
|
|
}
|