chore: perauset customer project
This commit is contained in:
37
packages/functions/package.json
Normal file
37
packages/functions/package.json
Normal file
@@ -0,0 +1,37 @@
|
||||
{
|
||||
"name": "@perauset/functions",
|
||||
"version": "0.0.1",
|
||||
"type": "module",
|
||||
"private": true,
|
||||
"imports": {
|
||||
"#pikku": "./.pikku/pikku-types.gen.ts",
|
||||
"#pikku/*.gen.js": "./.pikku/*.gen.ts",
|
||||
"#pikku/*": "./.pikku/*"
|
||||
},
|
||||
"scripts": {
|
||||
"tsc": "tsc --noEmit"
|
||||
},
|
||||
"dependencies": {
|
||||
"@ai-sdk/openai": "^2.0.0",
|
||||
"@ai-sdk/openai-compatible": "^2.0.50",
|
||||
"@pikku/addon-console": "^0.12.26",
|
||||
"@pikku/ai-vercel": "^0.12.7",
|
||||
"@pikku/better-auth": "^0.12.16",
|
||||
"@pikku/kysely": "^0.13.0",
|
||||
"@pikku/kysely-sqlite": "^0.12.8",
|
||||
"@pikku/schema-cfworker": "^0.12.4",
|
||||
"ai": "^6.0.116",
|
||||
"better-auth": "^1.6.19",
|
||||
"kysely": "^0.29.2",
|
||||
"zod": "^4.3.6"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@pikku/core": "^0.12.57"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@pikku/core": "^0.12.57",
|
||||
"@standard-schema/spec": "^1.1.0",
|
||||
"@types/node": "^25",
|
||||
"typescript": "^5.9"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user