{
  "name": "canvas-snowfall",
  "version": "1.2.3",
  "description": "A lightweight HTML5 Canvas snowfall animation library",
  "main": "dist/snowfall.js",
  "module": "src/index.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/Garapov/snowfall"
  },
  "scripts": {
    "build": "rollup -c",
    "dev": "rollup -c -w",
    "test": "jest",
    "prepare": "npm run build"
  },
  "keywords": [
    "canvas",
    "snow",
    "snowfall",
    "animation",
    "html5",
    "effects"
  ],
  "author": "",
  "license": "MIT",
  "files": [
    "dist",
    "src"
  ],
  "devDependencies": {
    "@rollup/plugin-node-resolve": "^15.0.0",
    "rollup": "^2.79.1",
    "rollup-plugin-terser": "^7.0.2",
    "jest": "^29.0.0"
  }
}
