{
  "name": "metal-fx",
  "version": "2.0.10",
  "description": "Liquid metal shader effects for React: rings, buttons, metal text and badges, with glow, proximity reflections and cursor light (v2 \u2014 Paper Shaders liquidMetal engine)",
  "type": "module",
  "main": "dist/index.cjs.js",
  "module": "dist/index.es.js",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "import": {
        "types": "./dist/index.d.ts",
        "default": "./dist/index.es.js"
      },
      "require": {
        "types": "./dist/index.d.ts",
        "default": "./dist/index.cjs.js"
      }
    }
  },
  "files": [
    "dist",
    "NOTICE",
    "LICENSE",
    "README.md"
  ],
  "sideEffects": false,
  "scripts": {
    "dev": "vite --config vite.config.demo.ts",
    "build": "vite build",
    "build:playground": "vite build --config vite.config.playground.ts",
    "build:demo": "vite build --config vite.config.demo.ts",
    "deploy": "npm run build:demo && wrangler pages deploy dist-demo --project-name metal-fx-playground",
    "typecheck": "tsc --noEmit",
    "prepublishOnly": "npm run build"
  },
  "peerDependencies": {
    "react": ">=18.0.0",
    "react-dom": ">=18.0.0"
  },
  "devDependencies": {
    "@paper-design/shaders": "^0.0.80",
    "@tailwindcss/vite": "^4.3.0",
    "@types/react": "^18.2.0",
    "@types/react-dom": "^18.2.0",
    "@vitejs/plugin-react": "^4.2.0",
    "class-variance-authority": "^0.7.1",
    "clsx": "^2.1.1",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "tailwind-merge": "^3.6.0",
    "tailwindcss": "^4.3.0",
    "typescript": "^5.3.0",
    "vite": "^5.0.0",
    "vite-plugin-dts": "^3.7.0",
    "wrangler": "^4.88.0"
  },
  "keywords": [
    "react",
    "webgl",
    "metal",
    "shader",
    "animation",
    "button",
    "effect",
    "glow"
  ],
  "author": "Jakub Antalik",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Jakubantalik/metal-fx.git"
  },
  "bugs": {
    "url": "https://github.com/Jakubantalik/metal-fx/issues"
  },
  "homepage": "https://metal.jakubantalik.com"
}
