{ "name": "root", "version": "0.0.0", "private": true, "workspaces": [ "examples/*", "packages/*" ], "scripts": { "build": "turbo run build", "watch": "turbo run watch --parallel", "format": "prettier --write \"**/*.{ts,tsx,md}\"" }, "devDependencies": { "prettier": "3.0.3", "turbo": "1.10.13" }, "engines": { "npm": ">=7.0.0", "node": ">=14.0.0" }, "prettier": { "singleQuote": true, "tabWidth": 2, "printWidth": 120 } }