{
  "name": "tailwindcss-lerp-colors",
  "version": "1.2.20",
  "description": "Interpolate between defined colors in Tailwind config for additional color stops",
  "type": "module",
  "source": "index.ts",
  "exports": {
    "types": "./dist/types/index.d.ts",
    "require": "./dist/index.cjs",
    "default": "./dist/index.modern.js"
  },
  "types": "dist/types/index.d.ts",
  "main": "./dist/index.cjs",
  "module": "./dist/index.module.js",
  "unpkg": "./dist/index.umd.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "microbundle",
    "dev": "microbundle watch"
  },
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/brandonmcconnell/tailwind-lerp-colors.git"
  },
  "keywords": [
    "tailwind",
    "plugin",
    "color",
    "interpolation",
    "functions",
    "linear",
    "interpolate-colors",
    "chroma",
    "color-space",
    "color-modes",
    "interpolate",
    "color-spaces",
    "color-mode"
  ],
  "author": "Brandon McConnell",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/brandonmcconnell/tailwind-lerp-colors/issues"
  },
  "homepage": "https://github.com/brandonmcconnell/tailwind-lerp-colors#readme",
  "dependencies": {
    "chroma-js": "^2.4.2"
  },
  "devDependencies": {
    "@types/chroma-js": "^2.4.0",
    "@types/jest": "^29.5.2",
    "@typescript-eslint/eslint-plugin": "^5.59.8",
    "@typescript-eslint/parser": "^5.59.8",
    "eslint": "^8.41.0",
    "eslint-config-prettier": "^8.8.0",
    "eslint-plugin-prettier": "^4.2.1",
    "jest": "^29.5.0",
    "microbundle": "^0.15.1",
    "npm-run-all": "^4.1.5",
    "tailwindcss": "^3.4.3",
    "ts-jest": "^29.1.0",
    "typescript": "^5.1.3"
  }
}
