first commit

This commit is contained in:
lendry
2026-06-24 14:37:15 +03:00
commit 995adeedd4
188 changed files with 28810 additions and 0 deletions

22
package.json Normal file
View File

@@ -0,0 +1,22 @@
{
"name": "lendry-id",
"private": true,
"version": "0.1.0",
"description": "Enterprise Identity Provider ecosystem inspired by Yandex ID.",
"workspaces": [
"apps/*"
],
"scripts": {
"build": "npm run build --workspaces --if-present",
"lint": "npm run lint --workspaces --if-present",
"typecheck": "npm run typecheck --workspaces --if-present",
"prisma:validate": "npm --workspace @lendry/sso-core run prisma:validate"
},
"engines": {
"node": ">=20.19.0",
"npm": ">=10.0.0"
},
"devDependencies": {
"typescript": "^5.9.3"
}
}