chore: server-and-serverless template
This commit is contained in:
35
packages/functions/package.json
Normal file
35
packages/functions/package.json
Normal 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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user