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:17:38 +02:00
commit 40352e4179
370 changed files with 35601 additions and 0 deletions

27
packages/sdk/package.json Normal file
View File

@@ -0,0 +1,27 @@
{
"name": "@heygermany/sdk",
"version": "0.0.0",
"description": "The sdk methods shared by backend and frontend candidates",
"license": "UNLICENSED",
"type": "module",
"private": true,
"main": "index.ts",
"repository": {
"directory": "packages/api",
"type": "git",
"url": "ssh://git@github.com/pikkujs/yarn-workspace-starter.git"
},
"author": "yasser.fadl@gmail.com",
"scripts": {
"tsc": "tsc",
"ncu": "ncu"
},
"dependencies": {
"@pikku/fetch": "^0.12.6",
"@pikku/websocket": "^0.12.2"
},
"devDependencies": {
"@types/node": "^22",
"typescript": "^5"
}
}