{ "name": "monorepo", "version": "0.0.1", "private": true, "workspaces": [ "apps/*", "packages/*" ], "scripts": { "build": "turbo run build", "dev": "turbo run dev", "lint": "turbo run lint", "type-check": "turbo run type-check", "test": "turbo run test", "prepare": "husky install" }, "devDependencies": { "@typescript-eslint/eslint-plugin": "^7.0.0", "@typescript-eslint/parser": "^7.0.0", "eslint": "^9.0.0", "eslint-config-prettier": "^9.0.0", "eslint-plugin-prettier": "^5.0.0", "eslint-plugin-security": "^3.0.0", "husky": "^9.1.7", "lint-staged": "^16.2.7", "prettier": "^3.0.0", "turbo": "^2.0.0", "typescript": "^5.6.0" } }