{
  "name": "faildaily-monorepo",
  "version": "1.0.0",
  "private": true,
  "description": "FailDaily - Social network for sharing fails",
  "packageManager": "pnpm@10.29.3",
  "workspaces": [
    "backend-api",
    "frontend",
    "e2e"
  ],
  "scripts": {
    "install:all": "npm install --workspaces",
    "lint": "npm run lint --workspaces --if-present",
    "test": "npm run test --workspaces --if-present",
    "build": "npm run build --workspaces --if-present",
    "dev:backend": "npm run dev -w backend-api",
    "dev:frontend": "npm run dev -w frontend",
    "test:e2e": "npm run test -w e2e",
    "chrome:debug": "bash ./scripts/devtools/start-chromium-cdp.sh",
    "mcp:chrome-devtools": "bash ./scripts/devtools/run-chrome-devtools-mcp.sh"
  },
  "repository": {
    "type": "git",
    "url": "https://gitlab.taaazzz-prog.fr/root/FailDaily.git"
  },
  "author": "Taaazzz-prog",
  "license": "ISC",
  "pnpm": {
    "overrides": {
      "hono": ">=4.12.4",
      "@hono/node-server": ">=1.19.10",
      "immutable": ">=5.1.5",
      "tar": ">=7.5.11",
      "multer": ">=2.1.1",
      "flatted": ">=3.4.0",
      "socket.io-parser": ">=4.2.6",
      "undici": ">=7.24.0",
      "picomatch": ">=4.0.4",
      "path-to-regexp": ">=8.4.0",
      "@xmldom/xmldom": ">=0.9.10",
      "lodash": ">=4.18.0",
      "axios": ">=1.16.0",
      "vite": ">=7.3.2",
      "basic-ftp": ">=5.3.1",
      "fast-uri": ">=3.1.2",
      "tmp": ">=0.2.6"
    },
    "onlyBuiltDependencies": [
      "argon2",
      "puppeteer"
    ]
  }
}
