{
  "name": "palex",
  "version": "1.0.0",
  "description": "Simple package to help you create color palettes",
  "author": "EDM115 <dev@edm115.eu.org> (https://edm115.dev)",
  "homepage": "https://github.com/EDM115/palex",
  "type": "module",
  "funding": [
    {
      "type": "paypal",
      "url": "https://www.paypal.me/8EDM115"
    },
    {
      "type": "buymeacoffee",
      "url": "https://www.buymeacoffee.com/edm115"
    },
    {
      "type": "crypto",
      "url": "https://edm115.shadd.eu.org/"
    },
    {
      "type": "github",
      "url": "https://github.com/sponsors/EDM115"
    },
    {
      "type": "telegram",
      "url": "https://t.me/EDM115bots/698"
    }
  ],
  "main": "dist/palex.cjs",
  "module": "dist/palex.js",
  "files": [
    "/dist",
    "/package.json",
    "/README.md"
  ],
  "scripts": {
    "build": "rimraf dist && rollup -c",
    "test": "vite",
    "test-build": "rimraf test/dist && vite build --outDir test/dist",
    "test-preview": "cd test && vite preview"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/EDM115/palex.git"
  },
  "keywords": [
    "color",
    "palette",
    "generator"
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/EDM115/palex/issues",
    "email": "palex@edm115.eu.org"
  },
  "dependencies": {
    "chroma-js": "^2.4.2",
    "color-blind": "^0.1.3"
  },
  "devDependencies": {
    "@babel/core": "^7.23.9",
    "@babel/preset-env": "^7.23.9",
    "@rollup/plugin-babel": "^6.0.4",
    "@rollup/plugin-commonjs": "^25.0.7",
    "@rollup/plugin-node-resolve": "^15.2.3",
    "@vitejs/plugin-vue": "^5.0.4",
    "cross-env": "^7.0.3",
    "rimraf": "^5.0.5",
    "rollup": "^4.10.0",
    "rollup-plugin-visualizer": "^5.12.0",
    "vite": "^5.1.2",
    "vite-plugin-commonjs": "^0.10.1",
    "vue": "^3.4.19"
  },
  "bundleDependencies": [
    "chroma-js",
    "color-blind"
  ]
}
