{ "name": "monorepo", "packageManager": "pnpm@7.0.0", "scripts": { "dev": "nr --parallel --filter trpc-nuxt --filter playground dev", "lint": "eslint .", "lint:fix": "eslint . --fix", "prepare": "nr --filter playground prepare" }, "devDependencies": { "@antfu/eslint-config": "^0.23.1", "@antfu/ni": "^0.16.2", "@nuxt/module-builder": "latest", "eslint": "^8.14.0", "pnpm": "^7.1.0" }, "eslintConfig": { "extends": "@antfu" } }