{
  "name": "halloween.js",
  "version": "1.0.3",
  "description": "Zero-dependency Halloween screen-corner decorations and ambient page effects for any website.",
  "type": "module",
  "main": "./dist/halloween.cjs",
  "module": "./dist/halloween.js",
  "types": "./dist/halloween.d.ts",
  "unpkg": "./dist/halloween.iife.js",
  "jsdelivr": "./dist/halloween.iife.js",
  "exports": {
    ".": {
      "import": {
        "types": "./dist/halloween.d.ts",
        "default": "./dist/halloween.js"
      },
      "require": {
        "types": "./dist/halloween.d.cts",
        "default": "./dist/halloween.cjs"
      }
    }
  },
  "files": [
    "dist"
  ],
  "sideEffects": [
    "./dist/halloween.js",
    "./dist/halloween.cjs",
    "./dist/halloween.iife.js"
  ],
  "scripts": {
    "build": "tsup",
    "dev": "tsup --watch",
    "demo:prepare": "npm run build && rm -rf demo/dist && cp -r dist demo/dist",
    "typecheck": "tsc --noEmit",
    "test": "vitest run",
    "test:watch": "vitest",
    "test:exports": "node scripts/check-exports.mjs",
    "test:package": "node scripts/check-package.mjs",
    "format": "prettier --write .",
    "format:check": "prettier --check .",
    "prepack": "npm run check",
    "check": "npm run format:check && npm run typecheck && npm run test && npm run build && npm run test:exports && npm run test:package"
  },
  "keywords": [
    "halloween",
    "halloween-effects",
    "halloween-decorations",
    "spooky",
    "spider",
    "spider-web",
    "animation",
    "vanilla-js",
    "web-effects",
    "seasonal",
    "javascript-animation",
    "wordpress-halloween"
  ],
  "author": {
    "name": "Iurii Rogulia",
    "url": "https://iurii.rogulia.fi"
  },
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/rogulia/halloween.js.git"
  },
  "bugs": {
    "url": "https://github.com/rogulia/halloween.js/issues"
  },
  "homepage": "https://halloween.js.org/",
  "publishConfig": {
    "access": "public"
  },
  "devDependencies": {
    "jsdom": "^26.1.0",
    "prettier": "^3.9.6",
    "tsup": "^8.3.0",
    "typescript": "^5.6.0",
    "vitest": "^4.1.11"
  }
}
