{
  "name": "expo-conic-gradient",
  "version": "0.2.0",
  "description": "conic/angular/sweep gradient view",
  "main": "build/index.js",
  "types": "build/index.d.ts",
  "scripts": {
    "build": "expo-module build",
    "clean": "expo-module clean",
    "lint": "expo-module lint",
    "test": "expo-module test",
    "prepare": "expo-module prepare",
    "prepublishOnly": "expo-module prepublishOnly",
    "expo-module": "expo-module",
    "open:ios": "xed example/ios",
    "open:android": "open -a \"Android Studio\" example/android"
  },
  "keywords": [
    "react-native",
    "expo",
    "expo-conic-gradient",
    "ConicGradient",
    "AngularGradient",
    "SweepGradient",
    "conic",
    "angular",
    "sweep",
    "gradient"
  ],
  "repository": "https://github.com/jakex7/expo-conic-gradient.git",
  "bugs": {
    "url": "https://github.com/jakex7/expo-conic-gradient.git/issues"
  },
  "author": "Jakub Grzywacz <kontakt@jakubgrzywacz.pl> (jakex7)",
  "license": "MIT",
  "homepage": "https://github.com/jakex7/expo-conic-gradient.git#readme",
  "dependencies": {},
  "devDependencies": {
    "@types/react": "~18.3.12",
    "expo-module-scripts": "^4.0.3",
    "expo": "~52.0.0",
    "react-native": "0.76.0"
  },
  "peerDependencies": {
    "expo": "*",
    "react": "*",
    "react-native": "*"
  }
}
