{
  "name": "primeng-shadowdom-directives",
  "title": "Primeng Shadowdom Directives",
  "description": "Directives that make PrimeNG plays nicely with ShadowDOM",
  "version": "17.0.2",
  "peerDependencies": {
    "@angular/common": "^17.0.0",
    "@angular/core": "^17.0.0"
  },
  "dependencies": {
    "tslib": "^2.3.0"
  },
  "sideEffects": false,
  "author": {
    "email": "maitrungduc1410@gmail.com",
    "name": "Mai Trung Duc",
    "url": "https://github.com/maitrungduc1410"
  },
  "repository": {
    "url": "https://github.com/maitrungduc1410/primeng-shadowdom-directives.git",
    "type": "git"
  },
  "bugs": {
    "email": "maitrungduc1410@gmail.com",
    "url": "https://github.com/maitrungduc1410/primeng-shadowdom-directives/issues"
  },
  "homepage": "https://github.com/maitrungduc1410/primeng-shadowdom-directives",
  "readme": "README.md",
  "license": "MIT",
  "licenseFilename": "LICENSE",
  "keywords": [
    "primeng",
    "primeng shadowdom",
    "primeng shadowdom directives",
    "shadowdom directives"
  ],
  "module": "fesm2022/primeng-shadowdom-directives.mjs",
  "typings": "index.d.ts",
  "exports": {
    "./package.json": {
      "default": "./package.json"
    },
    ".": {
      "types": "./index.d.ts",
      "esm2022": "./esm2022/primeng-shadowdom-directives.mjs",
      "esm": "./esm2022/primeng-shadowdom-directives.mjs",
      "default": "./fesm2022/primeng-shadowdom-directives.mjs"
    }
  }
}