mirror of
https://github.com/yusufipk/YTChatHub.git
synced 2026-09-11 19:06:14 +00:00
15 lines
337 B
JSON
15 lines
337 B
JSON
{
|
|
"name": "youtube-client",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"description": "High-performance YouTube Live chat client for streamers.",
|
|
"license": "MIT",
|
|
"packageManager": "[email protected]",
|
|
"scripts": {
|
|
"dev": "pnpm -r dev",
|
|
"build": "pnpm -r build",
|
|
"lint": "pnpm -r lint",
|
|
"start": "pnpm -r start"
|
|
}
|
|
}
|