{ "name": "cookie-dialog-monster", "private": true, "version": "1.0.0", "scripts": { "build": "yarn workspaces foreach -p run build", "lint": "yarn workspaces foreach -p run lint", "prepare": "husky install" }, "devDependencies": { "@commitlint/cli": "^18.0.0", "@commitlint/config-conventional": "^18.0.0", "husky": "^8.0.3", "lint-staged": "^15.0.2", "prettier": "^3.0.3" }, "workspaces": [ "packages/*" ], "engines": { "node": "20.x" }, "packageManager": "yarn@4.0.0" }