Files
YTChatHub/apps/client/package.json
T

13 lines
240 B
JSON

{
"name": "client",
"version": "0.1.0",
"private": true,
"description": "Operator dashboard and overlay UI.",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
}
}