{
  "name": "bloodspatter-js",
  "version": "1.0.0",
  "type": "module",
  "description": "Blood effects library for web applications - realistic blood cells, drips, reveals, and animations",
  "main": "dist/bloodspatter.js",
  "module": "dist/bloodspatter.esm.js",
  "style": "dist/bloodspatter.css",
  "files": [
    "dist",
    "src",
    "README.md"
  ],
  "scripts": {
    "build": "npm run build:js && npm run build:css",
    "build:js": "rollup -c",
    "build:css": "cp src/bloodspatter.css dist/bloodspatter.css",
    "dev": "rollup -c -w",
    "prepare": "npm run build"
  },
  "keywords": [
    "blood",
    "effects",
    "animation",
    "css",
    "javascript",
    "gore",
    "halloween",
    "horror",
    "dexter",
    "ui-effects"
  ],
  "author": "Your Name",
  "license": "MIT",
  "devDependencies": {
    "rollup": "^4.0.0",
    "@rollup/plugin-terser": "^0.4.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/yourusername/bloodspatter-js.git"
  },
  "homepage": "https://github.com/yourusername/bloodspatter-js#readme",
  "bugs": {
    "url": "https://github.com/yourusername/bloodspatter-js/issues"
  }
}