{ "name": "@mixan/root", "version": "1.0.0", "private": true, "license": "MIT", "author": "Carl-Gerhard Lindesvärd", "packageManager": "pnpm@8.7.6", "module": "index.ts", "scripts": { "dev": "pnpm -r dev", "format": "pnpm -r format --cache --cache-location=\"node_modules/.cache/.prettiercache\"", "format:fix": "pnpm -r format --write --cache --cache-location=\"node_modules/.cache/.prettiercache\"", "lint": "pnpm -r lint", "lint:fix": "pnpm -r lint --fix", "lint:workspace": "pnpm dlx sherif@latest", "typecheck": "pnpm -r typecheck" } }