mirror of
https://github.com/Spengreb/sync.git
synced 2026-05-13 19:22:05 +00:00
15 lines
350 B
JSON
15 lines
350 B
JSON
{
|
|
"name": "cytube-demo-bot",
|
|
"version": "1.0.0",
|
|
"description": "Demo bot for the CyTube Sync bot API — TUI chat client + REST queries",
|
|
"main": "bot.js",
|
|
"scripts": {
|
|
"start": "node bot.js"
|
|
},
|
|
"dependencies": {
|
|
"blessed": "^0.1.81",
|
|
"dotenv": "^16.0.0",
|
|
"node-fetch": "^2.7.0",
|
|
"socket.io-client": "^4.7.0"
|
|
}
|
|
}
|