UNPKG

@42techpacks/expo-spotify-sdk

Version:
58 lines (57 loc) 1.43 kB
{ "name": "@42techpacks/expo-spotify-sdk", "version": "0.5.6", "description": "Expo Module for native Spotify SDK", "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": "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", "server.js" ], "jest": { "preset": "expo-module-scripts" }, "repository": { "type": "git", "url": "git+https://github.com/42techpacks/expo-spotify-sdk.git" }, "bugs": { "url": "https://github.com/42techpacks/expo-spotify-sdk/issues" }, "author": "Kenny Oseleononmen", "license": "MIT", "homepage": "https://github.com/42techpacks/expo-spotify-sdk#readme", "devDependencies": { "@types/react": "^18.0.25", "expo-module-scripts": "^3.1.0", "expo-modules-core": "^1.5.11" }, "peerDependencies": { "expo": "*", "react": "*", "react-native": "*" } }