{ "name": "identity-platform", "version": "0.1.0", "private": true, "description": "Identity Platform — One Identity. Every Product.", "workspaces": [ "apps/*", "packages/*" ], "scripts": { "dev": "npm run dev --workspace @identity-platform/web", "build": "npm run build --workspace @identity-platform/web", "start": "npm run start --workspace @identity-platform/web", "lint": "npm run lint --workspace @identity-platform/web", "typecheck": "npm run typecheck --workspace @identity-platform/web" }, "engines": { "node": ">=20.0.0" } }