chore: heygermany customer project
Some checks failed
Main / Setup and Test (push) Has been cancelled
Main / Build Website (push) Has been cancelled

This commit is contained in:
e2e
2026-07-11 11:30:11 +02:00
commit f0093328d8
370 changed files with 35601 additions and 0 deletions

View File

@@ -0,0 +1,54 @@
{
"name": "@heygermany/functions",
"version": "0.0.0",
"description": "The functions monorepo",
"license": "UNLICENSED",
"private": true,
"type": "module",
"main": "src/index.ts",
"repository": {
"directory": "packages/functions",
"type": "git",
"url": "ssh://git@github.com/pikkujs/yarn-workspace-starter.git"
},
"author": "yasser.fadl@gmail.com",
"scripts": {
"tsc": "tsc",
"ncu": "ncu"
},
"imports": {
"#pikku": "./.pikku/pikku-types.gen.ts",
"#pikku/*.gen.js": "./.pikku/*.gen.ts",
"#pikku/*": "./.pikku/*",
"#types/*": "./types/*"
},
"dependencies": {
"@heygermany/sdk": "^0.0.0",
"@pikku/addon-console": "^0.12.26",
"@pikku/better-auth": "^0.12.16",
"@pikku/core": "^0.12.57",
"@pikku/jose": "^0.12.4",
"@pikku/kysely": "^0.13.0",
"@pikku/kysely-sqlite": "^0.12.8",
"@pikku/pino": "^0.12.2",
"@pikku/schema-cfworker": "^0.12.4",
"@standard-schema/spec": "^1.1.0",
"better-auth": "^1.6.19",
"dayjs": "^1.11.18",
"form-data": "^4.0.4",
"json-logic-js": "^2.0.5",
"kysely": "^0.29.0",
"mailgun.js": "^12.1.0",
"pg": "^8.12.0",
"pino": "^9.3.2",
"zod": "^4.3.6"
},
"devDependencies": {
"@pikku/inspector": "^0.12.38",
"@types/content-type": "^1.1.8",
"@types/json-logic-js": "^2.0.8",
"@types/node": "^22",
"@types/pg": "^8.11.6",
"typescript": "^5"
}
}