{
  "name": "viridis",
  "version": "1.7.0",
  "description": "Color gradients for data visualization",
  "homepage": "https://npm.nicfv.com/",
  "type": "module",
  "bin": "",
  "main": "dist/index.js",
  "types": "types/index.d.ts",
  "files": [
    "dist",
    "types"
  ],
  "scripts": {
    "start": "../../.github/workflows/scripts"
  },
  "keywords": [
    "color",
    "gradient",
    "palette",
    "viridis",
    "spectral",
    "parula",
    "chroma",
    "data",
    "viz",
    "visualization",
    "style"
  ],
  "author": {
    "name": "Nicolas Ventura",
    "email": "npm@nicfv.com",
    "url": "https://nicfv.com/"
  },
  "funding": {
    "type": "paypal",
    "url": "https://paypal.me/nicfv"
  },
  "repository": "github:nicfv/npm",
  "license": "MIT",
  "dependencies": {
    "smath": "3.1.0"
  }
}