Initial Commit ...

This commit is contained in:
2026-04-17 16:22:31 +03:30
commit 2f271b21a2
65 changed files with 10616 additions and 0 deletions
+22
View File
@@ -0,0 +1,22 @@
{
"name": "x-saherelm-api-sdk",
"version": "0.0.1",
"description": "provide API SDK of xSaherElm API",
"keywords": [
"x-saherelm",
"x-saherelm-api-sdk"
],
"homepage": "https://saherelm.ir",
"author": {
"name": "Hadi Khazaee Asl",
"email": "hadi_khazaee_asl@yahoo.com",
"url": "https://saherelm.ir"
},
"peerDependencies": {
"@angular/common": "^12.0.4",
"@angular/core": "^12.0.4"
},
"dependencies": {
"tslib": "^2.1.0"
}
}