{
  "name": "fettepalette",
  "version": "3.3.0",
  "description": "Color ramp generator using curves within the HSV color model",
  "type": "module",
  "main": "./dist/index.cjs",
  "module": "./dist/index.min.mjs",
  "browser": "./dist/index.min.js",
  "jsdelivr": "./dist/index.umd.js",
  "exports": {
    "require": "./dist/index.cjs",
    "import": "./dist/index.mjs"
  },
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "npm run lint && tsc --build && node ./build.js",
    "test": "npm run lint && echo \"Error: no test specified\" && exit 1",
    "lint": "eslint . --ext .ts && npx prettier --check ./src/",
    "prettier": "npx prettier --write ./src/"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/meodai/fettepalette.git"
  },
  "keywords": [
    "color",
    "generative-art",
    "colour",
    "palette-generation",
    "generative"
  ],
  "author": "David Aerne @meodai",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/meodai/fettepalette/issues"
  },
  "homepage": "https://github.com/meodai/fettepalette#readme",
  "devDependencies": {
    "@typescript-eslint/eslint-plugin": "^4.31.2",
    "@typescript-eslint/parser": "^4.31.2",
    "esbuild": "^0.12.29",
    "eslint": "^7.32.0",
    "prettier": "2.4.1",
    "typescript": "^4.4.3"
  }
}
