{
  "name": "nxt-color-picker",
  "description": "Color picker widget for Angular",
  "bugs": "https://github.com/Liquid-JS/nxt-components/issues",
  "version": "21.0.2",
  "license": "MIT",
  "type": "module",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Liquid-JS/nxt-components.git"
  },
  "homepage": "https://github.com/Liquid-JS/nxt-components/tree/master/packages/color-picker",
  "keywords": [
    "nxt-color-picker",
    "ng-color-picker",
    "angular-color-picker",
    "color picker",
    "colorpicker",
    "angular",
    "color",
    "picker"
  ],
  "peerDependencies": {
    "@angular/cdk": "^21.0.0",
    "@angular/common": "^21.0.0",
    "@angular/core": "^21.0.0",
    "@angular/localize": "^21.0.0"
  },
  "module": "fesm2022/nxt-color-picker.mjs",
  "typings": "types/nxt-color-picker.d.ts",
  "exports": {
    "./package.json": {
      "default": "./package.json"
    },
    ".": {
      "types": "./types/nxt-color-picker.d.ts",
      "default": "./fesm2022/nxt-color-picker.mjs"
    }
  },
  "sideEffects": false,
  "dependencies": {
    "tslib": "^2.3.0"
  }
}