chore: server-and-serverless template

This commit is contained in:
e2e
2026-06-28 12:36:05 +02:00
commit b21fe5a987
202 changed files with 9063 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.12",
"@pikku/core": "^0.12.38",
"@pikku/express": "^0.12.5",
"@pikku/kysely": "^0.12.17",
"@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.4"
}
}