{
  "name": "rain-char",
  "version": "2.2.0",
  "description": "A modern, performant 'Matrix-style' falling character effect using Web Workers and Canvas.",
  "type": "module",
  "main": "./dist/rain-char.umd.js",
  "module": "./dist/rain-char.es.js",
  "exports": {
    ".": {
      "import": "./dist/rain-char.es.js",
      "require": "./dist/rain-char.umd.js"
    }
  },
  "jsdelivr": "./dist/rain-char.umd.js",
  "files": [
    "dist"
  ],
  "scripts": {
    "dev": "vite",
    "build": "vite build"
  },
  "devDependencies": {
    "vite": "^7.1.9"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/m-sarabi/rain-char.git"
  },
  "keywords": [
    "rain-char",
    "falling-characters",
    "offscreencanvas",
    "visual-effects",
    "matrix-effect",
    "performance",
    "web-worker",
    "javascript",
    "animation",
    "library",
    "hacking",
    "matrix",
    "canvas",
    "effect"
  ],
  "author": "Mohammad Sarabi <m.sarabi.jkd@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/m-sarabi/rain-char/issues"
  },
  "homepage": "https://github.com/m-sarabi/rain-char#readme"
}
