{
  "name": "@descope/angular-sdk",
  "version": "0.24.4",
  "peerDependencies": {
    "@angular/common": ">=16.0.0",
    "@angular/core": ">=16.0.0"
  },
  "license": "MIT",
  "module": "dist/fesm2022/descope-angular-sdk.mjs",
  "typings": "dist/index.d.ts",
  "exports": {
    "./package.json": {
      "default": "./package.json"
    },
    ".": {
      "types": "./dist/index.d.ts",
      "esm2022": "./dist/esm2022/descope-angular-sdk.mjs",
      "esm": "./dist/esm2022/descope-angular-sdk.mjs",
      "default": "./dist/fesm2022/descope-angular-sdk.mjs"
    }
  },
  "files": [
    "dist"
  ],
  "sideEffects": false,
  "dependencies": {
    "tslib": "^2.3.0",
    "@descope/access-key-management-widget": "0.5.39",
    "@descope/user-management-widget": "0.11.18",
    "@descope/role-management-widget": "0.5.31",
    "@descope/audit-management-widget": "0.6.1",
    "@descope/applications-portal-widget": "0.5.22",
    "@descope/web-component": "3.58.3",
    "@descope/tenant-profile-widget": "0.5.29",
    "@descope/user-profile-widget": "0.9.13",
    "@descope/web-js-sdk": "1.47.1",
    "@descope/core-js-sdk": "2.58.1"
  },
  "devDependencies": {
    "@angular-devkit/build-angular": "^19.0.0",
    "@angular-eslint/builder": "19.0.2",
    "@angular-eslint/eslint-plugin": "19.0.2",
    "@angular-eslint/eslint-plugin-template": "19.0.2",
    "@angular-eslint/schematics": "19.0.2",
    "@angular-eslint/template-parser": "19.0.2",
    "@angular/animations": "^19.0.0",
    "@angular/cli": "^19.0.0",
    "@angular/common": "^19.0.0",
    "@angular/compiler": "^19.2.17",
    "@angular/compiler-cli": "^19.0.0",
    "@angular/core": "^19.0.0",
    "@angular/forms": "^19.0.0",
    "@angular/platform-browser": "^19.0.0",
    "@angular/platform-browser-dynamic": "^19.0.0",
    "@angular/router": "^19.0.0",
    "@types/jest": "^29.5.5",
    "@typescript-eslint/eslint-plugin": "6.21.0",
    "@typescript-eslint/parser": "6.21.0",
    "eslint": "^8.51.0",
    "eslint-plugin-prettier": "^4.2.1",
    "jest": "^29.7.0",
    "jest-preset-angular": "^13.1.2",
    "lint-staged": "^15.2.0",
    "oidc-client-ts": "3.2.0",
    "ng-mocks": "^14.11.0",
    "ng-packagr": "^16.2.3",
    "prettier": "2.8.8",
    "pretty-quick": "^3.1.3",
    "rxjs": "~7.8.1",
    "tslib": "^2.6.2",
    "typescript": "^5.5.0",
    "zone.js": "~0.15.0"
  },
  "scripts": {
    "ng": "ng",
    "start": "ng serve",
    "format-lint": "pretty-quick --staged --ignore-path .gitignore && lint-staged",
    "prebuild": "node scripts/setversion/setversion.js",
    "build": "npm run build:lib && rm -rf ./dist/package.json",
    "build:lib": "cp package.json ./projects/angular-sdk && ng build angular-sdk && rm -rf ./projects/angular-sdk/package.json",
    "build:app": "ng build demo-app",
    "watch": "ng build --watch --configuration development",
    "pretest": "cp package.json ./projects/angular-sdk",
    "test": "jest --config jest.config.js",
    "posttest": "rm -rf ./projects/angular-sdk/package.json",
    "lint": "ng lint",
    "format": "prettier . -w --ignore-path .gitignore",
    "format-check": "prettier . --check --ignore-path .gitignore"
  }
}