{
  "name": "@adobe/leonardo-contrast-colors",
  "version": "1.1.0",
  "description": "Generate colors based on a desired contrast ratio",
  "repository": "git@github.com:adobe/leonardo.git",
  "main": "./index.js",
  "type": "module",
  "types": "./index.d.ts",
  "exports": {
    ".": {
      "default": "./index.js"
    },
    "./lib/chroma-plus.js": "./lib/chroma-plus.js"
  },
  "author": "Nate Baldwin <nbaldwin@adobe.com>",
  "license": "Apache-2.0",
  "tsd": {
    "directory": "test"
  },
  "dependencies": {
    "apca-w3": "^0.1.9",
    "chroma-js": "^3.2.0",
    "ciebase": "^0.1.1",
    "ciecam02": "^0.4.6",
    "hsluv": "^1.0.1"
  },
  "devDependencies": {
    "ava": "^6.4.1",
    "tsd": "^0.31.0"
  },
  "publishConfig": {
    "access": "public",
    "provenance": true
  },
  "alias": {
    "hsluv": "hsluv/dist/hsluv.mjs"
  },
  "scripts": {
    "test:types": "tsd"
  }
}