{
  "name": "palette-aldente",
  "version": "1.21.0",
  "description": "A collection of color palettes",
  "main": "dist/palettes.js",
  "type": "module",
  "scripts": {
    "build": "node build/cli.js ./src/palettes.yml",
    "build:js": "rollup --config rollup.config.js",
    "test": "npm run lint",
    "lint": "eslint ./build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/meodai/palette-aldente.git"
  },
  "keywords": [
    "color",
    "colors",
    "colour",
    "colours",
    "art",
    "generative"
  ],
  "author": "meodai@gmail.com",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/meodai/palette-aldente/issues"
  },
  "homepage": "https://github.com/meodai/palette-aldente#readme",
  "dependencies": {
    "anypalette": "^0.6.0",
    "canvas": "^3.1.0",
    "chalk": "^5.1.2",
    "color-name-api": "^0.76.0",
    "color-name-list": "^11.23.0",
    "color-name-lists": "^3.31.0",
    "commander": "^9.4.1",
    "culori": "^4.0.1",
    "js-yaml": "^4.1.0",
    "palette-aldente": "^1.15.0",
    "seedrandom": "^3.0.5"
  },
  "devDependencies": {
    "@rollup/plugin-json": "^6.1.0",
    "eslint": "^8.28.0",
    "eslint-config-google": "^0.14.0",
    "rollup": "^4.40.0"
  },
  "exports": {
    "import": "./dist/palettes.esm.js",
    "require": "./dist/palettes.js"
  },
  "bin": {
    "palette-aldente": "./build/cli.js"
  }
}
