{ "name": "cablecreations-2026", "private": true, "workspaces": [ "apps/*" ], "scripts": { "dev": "npm run dev --workspaces --if-present", "build": "npm run build --workspaces --if-present", "lint": "npm run lint --workspaces --if-present" }, "devDependencies": { "@typescript-eslint/eslint-plugin": "^8.0.0", "@typescript-eslint/parser": "^8.0.0", "eslint": "^9.0.0", "tsx": "^4.21.0", "typescript": "^5.0.0" } }