Files
auth-portal/package.json
T
Denozordec bac95bdb2e
Build and Push Auth Portal Docker Image / build-and-push (push) Successful in 5m26s
Build and Push Auth Portal Docker Image / create-release (push) Skipped
First Commit
2026-07-18 13:27:37 +07:00

19 lines
387 B
JSON

{
"name": "auth-portal",
"private": true,
"type": "module",
"scripts": {
"dev": "turbo run dev",
"build": "turbo run build",
"test": "turbo run test",
"lint": "turbo run lint"
},
"devDependencies": {
"turbo": "^2.5.4"
},
"packageManager": "pnpm@10.12.1",
"pnpm": {
"onlyBuiltDependencies": ["better-sqlite3", "esbuild", "@node-rs/argon2"]
}
}