{
  "name": "chaos-game",
  "version": "1.3.0",
  "description": "A highly configurable Chaos Game fractal generator.",
  "type": "module",
  "main": "./dist/chaos-game.umd.js",
  "module": "./dist/chaos-game.es.js",
  "exports": {
    ".": {
      "import": "./dist/chaos-game.es.js",
      "require": "./dist/chaos-game.umd.js"
    }
  },
  "jsdelivr": "./dist/chaos-game.umd.js",
  "files": [
    "dist"
  ],
  "scripts": {
    "dev": "vite",
    "build": "vite build"
  },
  "devDependencies": {
    "vite": "^7.1.9"
  },
  "dependencies": {
    "upng-js": "^2.1.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/m-sarabi/chaos-game.git"
  },
  "bugs": {
    "url": "https://github.com/m-sarabi/chaos-game/issues",
    "email": "m.sarabi.jkd@gmail.com"
  },
  "homepage": "https://github.com/your-username/chaos-game-js#readme",
  "keywords": [
    "chaos-game",
    "iterated-function-system",
    "offscreencanvas",
    "creative-coding",
    "generative-art",
    "visualization",
    "non-blocking",
    "performance",
    "mathematics",
    "javascript",
    "chaos game",
    "web-worker",
    "web worker",
    "simulation",
    "sierpinski",
    "generator",
    "attractor",
    "geometry",
    "fractal",
    "canvas",
    "ifs"
  ],
  "author": "Mohammad Sarabi <m.sarabi.jkd@gmail.com>",
  "license": "MIT"
}
