{
  "name": "expo-marigold",
  "version": "1.3.0",
  "description": "Expo Module which wraps the Marigold SDKs for use in React Native apps",
  "main": "app.plugin.js",
  "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"
  },
  "keywords": [
    "react-native",
    "expo",
    "expo-marigold",
    "ExpoMarigold"
  ],
  "repository": "https://github.com/voxmedia/expo-marigold",
  "bugs": {
    "url": "https://github.com/voxmedia/expo-marigold/issues"
  },
  "author": "jpdriver <jpdriver@users.noreply.github.com> (https://github.com/jpdriver)",
  "license": "MIT",
  "homepage": "https://github.com/voxmedia/expo-marigold#readme",
  "dependencies": {
    "react-native-marigold": "^16.1.0"
  },
  "devDependencies": {
    "@types/react": "~19.1.0",
    "expo": "^54.0.12",
    "expo-module-scripts": "^5.0.7",
    "react-native": "0.81.4"
  },
  "peerDependencies": {
    "expo": "*",
    "react": "*",
    "react-native": "*"
  }
}
