{ "name": "myivo", "version": "1.0.0", "description": "Personal site for Ivo Murrell", "type": "module", "workspaces": [ "frontend" ], "devDependencies": { "prettier": "^3.6.2", "prettier-plugin-tailwindcss": "^0.6.14" }, "scripts": { "format": "prettier -w ." }, "author": "Ivo Murrell", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/ivomurrell/myivo.git" }, "volta": { "node": "24.6.0" } }