{
  "name": "@watercolorizer/watercolorizer",
  "version": "2.2.0",
  "description": "Core watercolor polygon distortion library",
  "keywords": [
    "watercolor",
    "canvas",
    "svg",
    "generative-art"
  ],
  "homepage": "https://github.com/32bitkid/watercolorizer/tree/main/libs/watercolorizer#readme",
  "bugs": {
    "url": "https://github.com/32bitkid/watercolorizer/issues?q=is%3Aopen+is%3Aissue+label%3A%watercolorizer%2Fwatercolorizer"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/32bitkid/watercolorizer.git"
  },
  "license": "ISC",
  "author": "J. Holmes <j@holmes.codes>",
  "type": "module",
  "exports": {
    ".": "./dist/index.js",
    "./distort-polygon": "./dist/distort-polygon.js"
  },
  "types": "./dist/index.d.ts",
  "files": [
    "./dist/**/*"
  ],
  "scripts": {
    "build": "tsdown",
    "clean:wipe": "rimraf ./dist",
    "prepublishOnly": "npm run build",
    "test": "vitest run",
    "test:dev": "vitest"
  },
  "dependencies": {
    "@4bitlabs/vec2": "^3.0.2",
    "@watercolorizer/convolution": "^2.1.1",
    "simplify-ts": "^1.0.2"
  },
  "gitHead": "b2fbb38ace097fa7612cd5cf90a6399e12d45392"
}
