chore: germantax customer project

This commit is contained in:
e2e
2026-07-11 08:20:01 +02:00
commit f22ff25023
145 changed files with 9830 additions and 0 deletions

View File

@@ -0,0 +1,26 @@
{
"name": "@germantax/functions",
"version": "0.0.1",
"type": "module",
"private": true,
"imports": {
"#pikku": "./.pikku/pikku-types.gen.ts",
"#pikku/*.gen.js": "./.pikku/*.gen.ts",
"#pikku/*": "./.pikku/*"
},
"dependencies": {
"@cloudflare/workers-types": "^4.20241218.0",
"@pikku/better-auth": "^0.12.16",
"@pikku/browser": "^0.12.43",
"@pikku/cloudflare": "^0.12.13",
"@pikku/core": "^0.12.57",
"@pikku/kysely": "^0.13.0",
"@pikku/kysely-sqlite": "^0.12.8",
"@pikku/schedule": "^0.12.3",
"@pikku/schema-cfworker": "^0.12.4",
"better-auth": "^1.6.19",
"kysely": "^0.29.0",
"puppeteer-core": "22.13.1",
"zod": "^4.3.6"
}
}