package.json (590.00 Bytes)
{
  "name": "gitflare",
  "private": true,
  "type": "module",
  "workspaces": [
    "apps/*",
    "packages/*"
  ],
  "scripts": {
    "check": "biome check .",
    "check:fix": "biome check --write .",
    "dev": "turbo dev",
    "build": "turbo build"
  },
  "devDependencies": {
    "@biomejs/biome": "2.3.2",
    "turbo": "^2.7.2",
    "ultracite": "6.2.0"
  },
  "packageManager": "pnpm@10.27.0",
  "pnpm": {
    "overrides": {
      "libsodium-wrappers": "0.7.15"
    },
    "onlyBuiltDependencies": [
      "@sentry/cli",
      "esbuild",
      "sharp",
      "workerd"
    ]
  }
}