mirror of
https://github.com/yusufipk/YTChatHub.git
synced 2026-09-11 10:56:17 +00:00
15 lines
357 B
JSON
15 lines
357 B
JSON
{
|
|
"name": "backend",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"description": "YouTube chat poller and realtime bridge.",
|
|
"main": "dist/index.js",
|
|
"types": "dist/index.d.ts",
|
|
"scripts": {
|
|
"dev": "ts-node src/index.ts",
|
|
"build": "tsc -p tsconfig.build.json",
|
|
"start": "node dist/index.js",
|
|
"lint": "eslint 'src/**/*.{ts,tsx}'"
|
|
}
|
|
}
|