You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "NEMTUS web apps & sites monorepo — shared auth/billing core plus hackathon, flea-market (formerly symbol-fest-market), and the hackathon landing pages.",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/nemtus/apps.git"
},
"comment": "apps/* frontends install standalone (own lockfiles) to keep React 18 (hackathon) and React 19 (flea-market) isolated. Shared packages/* and the backend-only apps/*/worker (no React) are workspaces so they can consume @nemtus/* packages.",
"workspaces": [
"packages/*",
"apps/*/worker"
],
"scripts": {
"build:packages": "npm run build --workspaces --if-present",
"typecheck:packages": "npm run typecheck --workspaces --if-present",