{ "name": "x-saherelm-api-sdkholder", "version": "0.0.0", "scripts": { "ng": "ng", "start": "ng serve", "build": "ng build", "refreshModule": "npm run cleanModule && npm i", "watch": "ng build --watch --configuration development", "build:ivy": "ng build x-saherelm-api-sdk --configuration=ivy", "publishModule": "npm run buildModule && npm run packModule", "buildModule": "npm run preBuildModule && ng build x-saherelm-api-sdk", "serveDocs": "compodoc -p projects/x-saherelm-api-sdk/tsconfig.lib.json --theme material -s", "packModule": "cd dist/x-saherelm-api-sdk && npm pack && shx mv *.tgz ../../../../Documents/pack", "unpublishModuleFromRegistry": "npm unpublish --force x-saherelm-api-sdk --registry https://npm.saherelmhub.ir", "publishModuleToRegistry": "npm publish ../../Documents/pack/x-saherelm-api-sdk-0.0.1.tgz --registry https://npm.saherelmhub.ir", "rePublishModuleToRegistry": "npm run publishModule && npm run unpublishModuleFromRegistry && npm run publishModuleToRegistry", "preBuildModule": "shx --silent rm -rf dist && shx --silent rm ../../Documents/pack/x-saherelm-api-sdk*.tgz || shx true && npm run prepareDependenciesFromRegistry", "cleanModule": "shx true --silent rm -rf dist && shx true --silent rm ./package-lock.json && shx true --silent rm -rf node_modules && npm i --save-dev shx@0.3.2", "prepareDependenciesFromRegistry": "npm i --force -D --registry https://npm.saherelmhub.ir x-framework-core x-framework-services x-framework-identity-sdk x-framework-push-service", "generateDocs": "compodoc -p projects/x-saherelm-api-sdk/tsconfig.lib.json --theme material --hideGenerator --disableSourceCode --disableDomTree --disableTemplateTab --disableStyleTab --disablePrivate --disableLifeCycleHooks --disableRoutesGraph --disableCoverage --customFavicon ../../Documents/resources/favicon.png --customLogo ../../Documents/resources/favicon.png" }, "private": true, "dependencies": { "@angular/animations": "~12.0.4", "@angular/common": "~12.0.4", "@angular/compiler": "~12.0.4", "@angular/core": "~12.0.4", "@angular/forms": "~12.0.4", "@angular/platform-browser": "~12.0.4", "@angular/platform-browser-dynamic": "~12.0.4", "@angular/router": "~12.0.4", "rxjs": "~6.6.0", "tslib": "^2.1.0", "zone.js": "~0.11.4" }, "devDependencies": { "@angular-devkit/build-angular": "~12.0.5", "@angular/cdk": "^12.1.2", "@angular/cli": "~12.0.4", "@angular/compiler-cli": "~12.0.4", "@angular/material": "^12.1.2", "@angular/material-moment-adapter": "^12.1.2", "@compodoc/compodoc": "^1.1.14", "@ionic/angular": "^5.6.11", "@microsoft/signalr": "^6.0.5", "@microsoft/signalr-protocol-msgpack": "^7.0.2", "@types/crypto-js": "^4.0.2", "@types/howler": "^2.2.3", "@types/jasmine": "~3.6.0", "@types/node": "^12.11.1", "@types/uuid": "^8.3.1", "bignumber.js": "^9.0.2", "crypto-js": "^4.0.0", "howler": "^2.2.3", "ionicons": "^5.5.2", "jalali-moment": "^3.3.10", "jasmine-core": "~3.7.0", "karma": "~6.3.0", "karma-chrome-launcher": "~3.1.0", "karma-coverage": "~2.0.3", "karma-jasmine": "~4.0.0", "karma-jasmine-html-reporter": "^1.5.0", "libphonenumber-js": "^1.9.22", "md5-typescript": "^1.0.5", "moment": "^2.29.1", "ng-packagr": "^12.0.0", "ngx-device-detector": "^2.1.1", "shx": "^0.3.3", "typescript": "~4.2.3", "uuid": "^8.3.2", "x-framework-core": "0.0.1", "x-framework-identity-sdk": "0.0.1", "x-framework-push-service": "0.0.1", "x-framework-services": "0.0.1" } }