{
  "name": "chartjs-plugin-tailwindcss-colors",
  "version": "0.2.5",
  "author": "Danry Parens Patriae Ague <ague.danryparenspatriae@gmail.com>",
  "description": "Colorize your Chart.js components using TailwindCSS!",
  "license": "MIT",
  "source": "src/index.ts",
  "main": "dist/index.js",
  "module": "dist/index.mjs",
  "browser": "dist/plugin.umd.js",
  "files": [
    "dist"
  ],
  "scripts": {
    "postinstall": "patch-package",
    "prepublishOnly": "cross-env NODE_ENV=production yarn build",
    "watch": "rollup -c --configPlugin rollup-plugin-ts -w",
    "dev": "conc -n R,J -c red,magenta -k \"yarn watch\" \"yarn test:dev\"",
    "build": "rollup -c",
    "postbuild": "node scripts/postbuild.js",
    "test": "jest --coverage",
    "test:dev": "jest --watch",
    "format:checkonly": "prettier -c --cache .",
    "format": "prettier -uw --cache .",
    "lint:ts": "tsc --noEmit",
    "lint:es": "eslint .",
    "lint:es:fix": "yarn lint:es --fix",
    "stylecheck": "conc -c auto -n pt \"yarn:format:checkonly\" \"yarn:lint:*(!fix)\"",
    "stylefix": "yarn format && conc -c auto \"yarn:lint:*:fix\""
  },
  "homepage": "https://github.com/decanTyme/chartjs-plugin-tailwindcss-colors#readme",
  "bugs": "https://github.com/decanTyme/chartjs-plugin-tailwindcss-colors/issues",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/decanTyme/chartjs-plugin-tailwindcss-colors.git"
  },
  "keywords": [
    "chartjs",
    "chart.js",
    "tailwindcss",
    "colors",
    "class",
    "plugin",
    "parser"
  ],
  "exports": {
    "import": "./dist/index.mjs",
    "require": "./dist/index.js",
    "browser": "./dist/plugin.umd.js",
    "default": "./dist/index.js"
  },
  "dependencies": {
    "color-name": "^2.0.0",
    "lodash": "^4.17.21",
    "tiny-invariant": "^1.3.1"
  },
  "devDependencies": {
    "@kayahr/jest-electron-runner": "^29.14.0",
    "@rollup/plugin-commonjs": "^29.0.2",
    "@rollup/plugin-node-resolve": "^16.0.3",
    "@rollup/plugin-replace": "^6.0.3",
    "@tsconfig/recommended": "^1.0.7",
    "@types/color-name": "^1.1.4",
    "@types/jest": "^29.5.12",
    "@types/lodash": "^4.17.7",
    "@types/pixelmatch": "^5.2.6",
    "@typescript-eslint/eslint-plugin": "^6.21.0",
    "@typescript-eslint/parser": "^6.21.0",
    "chart.js": "^3.9.1",
    "concurrently": "^8.2.2",
    "cross-env": "^7.0.3",
    "eslint": "^8.57.0",
    "eslint-config-airbnb-base": "^15.0.0",
    "eslint-config-airbnb-typescript": "^17.1.0",
    "eslint-config-prettier": "^9.1.2",
    "eslint-plugin-import": "^2.29.1",
    "eslint-plugin-jest": "^28.8.0",
    "eslint-plugin-unicorn": "^50.0.1",
    "jest": "^29.7.0",
    "patch-package": "^8.0.1",
    "pixelmatch": "^5.3.0",
    "prettier": "^3.8.2",
    "rollup": "^4.60.1",
    "rollup-plugin-ts": "^3.4.5",
    "tailwindcss": "^3.4.1",
    "ts-jest": "^29.2.4",
    "ts-node": "^10.9.2",
    "typescript": "^5.9.3"
  },
  "peerDependencies": {
    "chart.js": "^3.0.0",
    "tailwindcss": "^3.0.0"
  }
}
