{
  "name": "react-native-animated-glow",
  "version": "3.1.0",
  "description": "A performant, highly-customizable animated glow effect for React Native, powered by Skia and Reanimated.",
  "main": "lib/commonjs/index.js",
  "module": "lib/module/index.js",
  "types": "lib/typescript/index.d.ts",
  "react-native": "src/index.ts",
  "source": "src/index.ts",
  "files": [
    "src/",
    "lib/",
    "README.md",
    "LICENSE"
  ],
  "exports": {
    ".": {
      "react-native": "./src/index.ts",
      "types": "./lib/typescript/index.d.ts",
      "module": "./lib/module/index.js",
      "default": "./lib/module/index.js",
      "require": "./lib/commonjs/index.js"
    },
    "./presets": {
      "react-native": "./src/glow-presets.ts",
      "types": "./lib/typescript/glow-presets.d.ts",
      "module": "./lib/module/glow-presets.js",
      "default": "./lib/module/glow-presets.js",
      "require": "./lib/commonjs/glow-presets.js"
    }
  },
  "scripts": {
    "build": "bob build",
    "prepublishOnly": "npm run build",
    "test": "jest",
    "test:ci": "jest --runInBand",
    "typecheck": "tsc --noEmit",
    "verify": "npm run typecheck && npm run test:ci && npm run build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/realimposter/react-native-animated-glow.git"
  },
  "keywords": [
    "react-native",
    "skia",
    "reanimated",
    "glow",
    "animation",
    "animated",
    "border",
    "effect",
    "neon",
    "button glow",
    "animated glow",
    "glowing button",
    "inner glow",
    "apple intelligence",
    "gradient",
    "hover",
    "press",
    "interactive"
  ],
  "author": "realimposter <support@imposterllc.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/realimposter/react-native-animated-glow/issues"
  },
  "homepage": "https://reactnativeglow.com",
  "peerDependencies": {
    "@shopify/react-native-skia": ">=0.2.0 || ^2.0.0-next",
    "react": "*",
    "react-native": "*",
    "react-native-gesture-handler": ">=2.0.0",
    "react-native-reanimated": ">=3.0.0"
  },
  "dependencies": {
    "canvaskit-wasm": "0.39.1"
  },
  "devDependencies": {
    "@shopify/react-native-skia": "1.3.1",
    "@testing-library/react-native": "12.9.0",
    "@types/jest": "29.5.14",
    "@types/react": "^18.2.0",
    "jest": "29.7.0",
    "react": "18.2.0",
    "react-native": "0.74.0",
    "react-native-builder-bob": "^0.23.2",
    "react-native-gesture-handler": "2.16.2",
    "react-native-reanimated": "3.12.0",
    "react-test-renderer": "18.2.0",
    "typescript": "^5.0.0"
  },
  "react-native-builder-bob": {
    "source": "src",
    "output": "lib",
    "targets": [
      "commonjs",
      "module",
      [
        "typescript",
        {
          "project": "tsconfig.build.json"
        }
      ]
    ]
  }
}
