{ "name": "blitz-root", "version": "0.0.0", "private": true, "workspaces": [ "apps/*", "packages/*", "integration-tests/*" ], "scripts": { "preinstall": "npx only-allow pnpm", "prepare": "husky install", "build": "turbo run build", "build:apps": "turbo run buildapp", "dev": "turbo run dev --no-cache --parallel", "lint": "turbo run lint", "test": "turbo run test", "clean": "turbo run clean && rm -rf node_modules", "format": "prettier --write \"**/*.{ts,tsx,md}\"", "pre-publish": "changeset add && changeset version && pnpm build && git add . && git commit -v", "release": "pnpm build && changeset publish", "publish-release": "changeset publish && git push --follow-tags" }, "dependencies": { "@blitzjs/manypkg": "0.19.1", "@changesets/cli": "2.22.0", "eslint": "7.32.0", "husky": "7.0.4", "jsdom": "^19.0.0", "lint-staged": "12.1.7", "next": "12.2.0", "only-allow": "1.1.0", "prettier": "^2.5.1", "prettier-plugin-prisma": "3.8.0", "pretty-quick": "3.1.3", "turbo": "1.4.2", "vitest": "0.8.2", "wait-on": "6.0.1" }, "npmClient": "pnpm", "packageManager": "pnpm@7.4.0-1", "manypkg": { "ignoredRules": [ "EXTERNAL_MISMATCH" ] } }