{
  "name": "@fireworks-js/react",
  "version": "2.10.8",
  "type": "module",
  "description": "A simple fireworks library!",
  "homepage": "https://fireworks.js.org",
  "types": "./dist/index.d.ts",
  "main": "./dist/index.cjs.js",
  "jsdelivr": "./dist/index.umd.js",
  "unpkg": "./dist/index.umd.js",
  "module": "./dist/index.es.js",
  "exports": {
    "require": "./dist/index.cjs.js",
    "import": "./dist/index.es.js",
    "types": "./dist/index.d.ts"
  },
  "files": [
    "dist"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/crashmax-dev/fireworks-js.git"
  },
  "keywords": [
    "react",
    "canvas",
    "fireworks",
    "animation"
  ],
  "author": {
    "name": "Vitalij Ryndin",
    "email": "sys@crashmax.ru",
    "url": "https://crashmax.ru"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/crashmax-dev/fireworks-js/issues"
  },
  "dependencies": {
    "fireworks-js": "2.10.8"
  },
  "devDependencies": {
    "@types/react": "18.3.3",
    "@types/react-dom": "18.3.0",
    "@vitejs/plugin-react": "4.3.1",
    "react": "18.3.1",
    "react-dom": "18.3.1"
  },
  "peerDependencies": {
    "@types/react": ">=16.8.0",
    "react": ">=16.8.0"
  },
  "scripts": {
    "dev": "vite build --watch",
    "build": "vite build"
  }
}