{ "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" } }