gh_UserManager/package.json
bermooda-company 54d5891edf user
2026-08-23 23:59:14 +03:30

21 lines
589 B
JSON

{
"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"
}
}