{
  "name": "react-glitch-image",
  "version": "1.4.0",
  "description": "show images with glitch fx",
  "keywords": [
    "react",
    "typescript",
    "glitch",
    "fx",
    "GlitchImage"
  ],
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.es.js",
      "require": "./dist/index.umd.js"
    }
  },
  "source": "src/index.ts",
  "main": "dist/index.umd.js",
  "module": "dist/index.es.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist",
    "src"
  ],
  "engines": {
    "node": ">=16"
  },
  "peerDependencies": {
    "react": "^18.2.0",
    "react-dom": "^18.2.0"
  },
  "homepage": "https://github.com/bonarja/react-glitch-image",
  "repository": {
    "type": "git",
    "url": "https://github.com/bonarja/react-glitch-image"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "vite build",
    "watch": "vite build --watch",
    "typecheck": "tsc --noEmit --emitDeclarationOnly false"
  },
  "author": "bonarja",
  "license": "MIT",
  "devDependencies": {
    "@swc/core": "^1.3.101",
    "@tsconfig/recommended": "^1.0.3",
    "@types/node": "^20.10.4",
    "@types/react": "^18.2.45",
    "@types/react-dom": "^18.2.18",
    "@typescript-eslint/eslint-plugin": "^5.31.0",
    "@typescript-eslint/parser": "^5.31.0",
    "@vanilla-extract/css": "^1.15.1",
    "@vanilla-extract/dynamic": "^2.1.0",
    "@vanilla-extract/rollup-plugin": "^1.3.4",
    "@vitejs/plugin-react": "^4.2.1",
    "eslint": "^8.56.0",
    "eslint-plugin-react-hooks": "^4.6.0",
    "eslint-plugin-react-refresh": "^0.4.5",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "typescript": "^5.3.3",
    "unplugin-swc": "^1.4.4",
    "vite": "^5.0.10",
    "vite-plugin-dts": "^3.6.4",
    "vite-tsconfig-paths": "^3.5.0"
  },
  "sideEffects": false
}
