mirror of
https://github.com/Spengreb/sync.git
synced 2026-05-14 11:42:04 +00:00
16 lines
350 B
JSON
16 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"
|
||
|
|
}
|
||
|
|
}
|