{
  "name": "@wwdrew/expo-spotify-sdk",
  "version": "0.8.0",
  "description": "Expo module wrapping the native Spotify iOS (v5) and Android (v4) SDKs for OAuth authentication",
  "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 plugin",
    "prepare": "expo-module prepare",
    "prepublishOnly": "expo-module prepublishOnly",
    "typecheck": "expo-module typecheck",
    "expo-module": "expo-module",
    "open:ios": "open -a \"Xcode\" example/ios",
    "open:android": "open -a \"Android Studio\" example/android"
  },
  "keywords": [
    "react-native",
    "expo",
    "expo-spotify-sdk",
    "ExpoSpotifySDK",
    "Spotify"
  ],
  "files": [
    "plugin/build",
    "build",
    "android",
    "ios",
    "app.plugin.js",
    "expo-module.config.json"
  ],
  "repository": "https://github.com/wwdrew/expo-spotify-sdk",
  "bugs": {
    "url": "https://github.com/wwdrew/expo-spotify-sdk/issues"
  },
  "author": "Drew Miller <49833875+wwdrew@users.noreply.github.com> (https://github.com/wwdrew/)",
  "license": "MIT",
  "homepage": "https://github.com/wwdrew/expo-spotify-sdk#readme",
  "devDependencies": {
    "@expo/config-plugins": "^55.0.8",
    "@types/react": "^18.0.25",
    "eslint": "^9.0.0",
    "expo-module-scripts": "^55.0.2",
    "expo-modules-core": "^3.0.30",
    "jest": "^29.7.0",
    "prettier": "^3.0.0"
  },
  "peerDependencies": {
    "expo": "*",
    "react": "*",
    "react-native": "*"
  }
}
