{
  "name": "@tethys/pro",
  "version": "21.0.3",
  "license": "MIT",
  "dependencies": {
    "cropperjs": "1.5.13",
    "tslib": "^2.3.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "exports": {
    "./styles/index": {
      "sass": "./styles/index.scss"
    },
    "./package.json": {
      "default": "./package.json"
    },
    ".": {
      "types": "./types/pro.d.ts",
      "default": "./fesm2022/pro.mjs"
    },
    "./board": {
      "types": "./types/tethys-pro-board.d.ts",
      "default": "./fesm2022/tethys-pro-board.mjs"
    },
    "./core": {
      "types": "./types/tethys-pro-core.d.ts",
      "default": "./fesm2022/tethys-pro-core.mjs"
    },
    "./countdown": {
      "types": "./types/tethys-pro-countdown.d.ts",
      "default": "./fesm2022/tethys-pro-countdown.mjs"
    },
    "./dashboard": {
      "types": "./types/tethys-pro-dashboard.d.ts",
      "default": "./fesm2022/tethys-pro-dashboard.mjs"
    },
    "./i18n": {
      "types": "./types/tethys-pro-i18n.d.ts",
      "default": "./fesm2022/tethys-pro-i18n.mjs"
    },
    "./image-cropper": {
      "types": "./types/tethys-pro-image-cropper.d.ts",
      "default": "./fesm2022/tethys-pro-image-cropper.mjs"
    },
    "./layout": {
      "types": "./types/tethys-pro-layout.d.ts",
      "default": "./fesm2022/tethys-pro-layout.mjs"
    },
    "./media": {
      "types": "./types/tethys-pro-media.d.ts",
      "default": "./fesm2022/tethys-pro-media.mjs"
    }
  },
  "peerDependencies": {
    "@angular/cdk": "*"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/tethys-org/libs.git"
  },
  "bugs": {
    "url": "https://github.com/tethys-org/libs/issues"
  },
  "module": "fesm2022/pro.mjs",
  "typings": "types/pro.d.ts",
  "sideEffects": false,
  "type": "module"
}