chore: seminarhof customer project

This commit is contained in:
e2e
2026-06-21 22:23:43 +02:00
commit e0331cbb1c
161 changed files with 18517 additions and 0 deletions

View File

@@ -0,0 +1,27 @@
{
"name": "@project/functions",
"version": "0.0.1",
"type": "module",
"private": true,
"imports": {
"#pikku": "./.pikku/pikku-types.gen.ts",
"#pikku/*": "./.pikku/*"
},
"dependencies": {
"@cloudflare/workers-types": "^4.20241218.0",
"@pikku/better-auth": "^0.12.9",
"@pikku/cloudflare": "^0.12.10",
"@pikku/core": "^0.12.35",
"@pikku/jose": "^0.12.3",
"@pikku/kysely": "^0.12.16",
"@pikku/kysely-sqlite": "^0.12.6",
"@pikku/schedule": "^0.12.2",
"@pikku/schema-cfworker": "^0.12.2",
"better-auth": "^1.6.19",
"kysely": "^0.28.12",
"zod": "^4.3.6"
},
"devDependencies": {
"@pikku/cli": "^0.12.45"
}
}