36 lines
863 B
JSON
36 lines
863 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|