{
  "name": "@iplab/ngx-color-picker",
  "description": "",
  "homepage": "https://github.com/pIvan/ngx-color-picker",
  "bugs": "https://github.com/pIvan/ngx-color-picker/issues",
  "version": "19.0.1",
  "author": "Ivan Pintar",
  "license": "MIT",
  "readmeFilename": "README.md",
  "keywords": [
    "color picker",
    "color",
    "angular",
    "ngx"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/pIvan/ngx-color-picker.git"
  },
  "peerDependencies": {
    "@angular/common": "^19.0.0",
    "@angular/core": "^19.0.0",
    "@angular/animations": "^19.0.0"
  },
  "module": "fesm2022/iplab-ngx-color-picker.mjs",
  "typings": "index.d.ts",
  "exports": {
    "./package.json": {
      "default": "./package.json"
    },
    ".": {
      "types": "./index.d.ts",
      "default": "./fesm2022/iplab-ngx-color-picker.mjs"
    }
  },
  "sideEffects": false,
  "dependencies": {
    "tslib": "^2.3.0"
  }
}