mirror of
https://github.com/SrIzan10/hctv.git
synced 2026-06-06 00:56:56 +00:00
19 lines
314 B
JSON
19 lines
314 B
JSON
{
|
|
"name": "hclive",
|
|
"module": "index.ts",
|
|
"type": "module",
|
|
"private": true,
|
|
"workspaces": [
|
|
"apps/*"
|
|
],
|
|
"scripts": {
|
|
"build": "turbo run build",
|
|
"dev": "turbo run dev",
|
|
"lint": "turbo run lint"
|
|
},
|
|
"devDependencies": {
|
|
"turbo": "^2.4.4"
|
|
},
|
|
"packageManager": "bun@1.2.5"
|
|
}
|