{
  "name": "@skyux/inline-form",
  "version": "14.0.1",
  "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",
  "peerDependencies": {
    "@angular/cdk": "^21.2.0",
    "@angular/common": "^21.2.0",
    "@angular/core": "^21.2.0",
    "@skyux/core": "14.0.1",
    "@skyux/i18n": "14.0.1"
  },
  "dependencies": {
    "tslib": "^2.8.1"
  },
  "sideEffects": false,
  "module": "fesm2022/skyux-inline-form.mjs",
  "typings": "types/skyux-inline-form.d.ts",
  "exports": {
    "./package.json": {
      "default": "./package.json"
    },
    ".": {
      "types": "./types/skyux-inline-form.d.ts",
      "default": "./fesm2022/skyux-inline-form.mjs"
    },
    "./testing": {
      "types": "./types/skyux-inline-form-testing.d.ts",
      "default": "./fesm2022/skyux-inline-form-testing.mjs"
    }
  },
  "type": "module"
}