{
  "name": "simdope",
  "version": "8.7.0",
  "description": "SIMDope 🎨 - Color trafficking library faster than tools not mentioning it, lighting fast and around 1700 lines of code (~34kB and 0 dep.)",
  "devDependencies": {
    "path": "~0.12.7",
    "uglifyjs-3-webpack-plugin": "~1.2.4",
    "webpack": "~4.37.0",
    "webpack-cli": "~4.10.0",
    "babel-loader": "~8.3.0",
    "@babel/core": "^7.23.6",
    "@babel/preset-env": "^7.23.6"
  },
  "build": {},
  "author": "Affolter Matias",
  "keywords": [
    "simd",
    "operations",
    "color",
    "image",
    "img",
    "canvas",
    "data",
    "blend",
    "mix",
    "alpha",
    "match",
    "distance",
    "maniupaltion",
    "processing",
    "fast",
    "rgba",
    "rgb",
    "hsl",
    "cie",
    "lab",
    "delta",
    "hex",
    "uint32",
    "uint8",
    "hilbert",
    "sorting",
    "performance",
    "colors",
    "drawing",
    "rendering",
    "pixel",
    "cie76",
    "lab",
    "hue",
    "saturation",
    "luminosity"
  ],
  "scripts": {
    "build": "NODE_ENV=production webpack --node-env \"production\""
  },
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/pixa-pics/SIMDope.git"
  },
  "engines": {
    "node": ">=0.8.0"
  },
  "dependencies": {
    "core-js": "^3.27.1"
  }
}
