chore: server-and-serverless template

This commit is contained in:
e2e
2026-06-26 14:28:01 +02:00
commit 9f0f389619
202 changed files with 9060 additions and 0 deletions

View File

@@ -0,0 +1,35 @@
{
"name": "@project/functions",
"version": "0.0.1",
"private": true,
"type": "module",
"imports": {
"#pikku": "./.pikku/pikku-types.gen.ts",
"#pikku/*": "./.pikku/*"
},
"scripts": {
"db:types": "pikku db types"
},
"dependencies": {
"@ai-sdk/openai-compatible": "^2.0.48",
"@pikku/addon-console": "^0.12.20",
"@pikku/ai-vercel": "^0.12.6",
"@pikku/better-auth": "^0.12.11",
"@pikku/core": "^0.12.37",
"@pikku/express": "^0.12.5",
"@pikku/kysely": "^0.12.16",
"@pikku/schedule": "^0.12.2",
"@pikku/schema-cfworker": "^0.12.2",
"@pikku/uws": "^0.12.5",
"@pikku/ws": "^0.12.2",
"ai": "^6.0.0",
"better-auth": "^1.6.18",
"kysely": "^0.28.12",
"tsx": "^4.21.0",
"ws": "^8.18.0",
"zod": "^4.3.6"
},
"devDependencies": {
"@pikku/deploy-standalone": "^0.12.3"
}
}