{
  "name": "mouse-firework",
  "version": "0.2.0",
  "description": "Fireworks effects appear when you click the mouse",
  "main": "dist/index.cjs.js",
  "module": "dist/index.esm.js",
  "browser": "dist/index.umd.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "keywords": [
    "frontend",
    "animation",
    "javascript"
  ],
  "scripts": {
    "build": "rollup -c",
    "build:umd": "rollup -c umd.config.mjs",
    "test": "vitest run",
    "test-cov": "vitest run --coverage"
  },
  "author": "D-Sketon",
  "license": "MIT",
  "devDependencies": {
    "@rollup/plugin-commonjs": "^29.0.0",
    "@rollup/plugin-node-resolve": "^16.0.3",
    "@rollup/plugin-terser": "^0.4.4",
    "@rollup/plugin-typescript": "^12.3.0",
    "@types/jsdom": "^27.0.0",
    "@vitest/coverage-v8": "^4.0.14",
    "jsdom": "^27.2.0",
    "rollup": "^4.53.3",
    "ts-node": "^10.9.2",
    "tslib": "^2.8.1",
    "typescript": "^5.9.3",
    "vitest": "^4.0.14"
  },
  "dependencies": {
    "theme-shokax-anime": "^0.0.8"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/D-Sketon/mouse-firework.git"
  },
  "bugs": {
    "url": "https://github.com/D-Sketon/mouse-firework/issues"
  },
  "homepage": "https://github.com/D-Sketon/mouse-firework#readme"
}
