chore: heygermany customer project
This commit is contained in:
27
packages/sdk/package.json
Normal file
27
packages/sdk/package.json
Normal 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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user