{
  "name": "@skyux-sdk/testing",
  "version": "14.3.8",
  "author": "Blackbaud, Inc.",
  "keywords": [
    "blackbaud",
    "skyux"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/blackbaud/skyux.git"
  },
  "bugs": {
    "url": "https://github.com/blackbaud/skyux/issues"
  },
  "homepage": "https://github.com/blackbaud/skyux#readme",
  "exports": {
    "./vitest/matchers-setup.js": {
      "types": "./types/skyux-sdk-testing-vitest.d.ts",
      "default": "./fesm2022/skyux-sdk-testing-vitest.mjs"
    },
    "./package.json": {
      "default": "./package.json"
    },
    ".": {
      "types": "./types/skyux-sdk-testing.d.ts",
      "default": "./fesm2022/skyux-sdk-testing.mjs"
    },
    "./private": {
      "types": "./types/skyux-sdk-testing-private.d.ts",
      "default": "./fesm2022/skyux-sdk-testing-private.mjs"
    },
    "./vitest": {
      "types": "./types/skyux-sdk-testing-vitest.d.ts",
      "default": "./fesm2022/skyux-sdk-testing-vitest.mjs"
    }
  },
  "schematics": "@skyux-sdk/testing-schematics/collection.json",
  "ng-add": {
    "save": "devDependencies"
  },
  "ng-update": {
    "packageGroupName": "@skyux-sdk/testing",
    "packageGroup": {
      "@skyux-sdk/testing": "14.3.8",
      "@skyux-sdk/testing-schematics": "14.3.8",
      "axe-core": "~4.11.1"
    }
  },
  "peerDependencies": {
    "@angular/common": "^21.2.0",
    "@angular/core": "^21.2.0",
    "@angular/platform-browser": "^21.2.0",
    "@skyux/i18n": "14.3.8",
    "axe-core": "~4.11.1",
    "vitest": "^4.0.18"
  },
  "dependencies": {
    "@skyux-sdk/testing-schematics": "14.3.8",
    "tslib": "^2.8.1"
  },
  "peerDependenciesMeta": {
    "vitest": {
      "optional": true
    }
  },
  "module": "fesm2022/skyux-sdk-testing.mjs",
  "typings": "types/skyux-sdk-testing.d.ts",
  "sideEffects": false,
  "type": "module"
}