@wwdrew/expo-spotify-sdk
Version:
Expo module wrapping the native Spotify iOS (v5) and Android (v4) SDKs for OAuth authentication and App Remote playback control
78 lines (77 loc) • 2.27 kB
JSON
{
"name": "@wwdrew/expo-spotify-sdk",
"version": "2.3.0",
"description": "Expo module wrapping the native Spotify iOS (v5) and Android (v4) SDKs for OAuth authentication and App Remote playback control",
"main": "build/index.js",
"types": "build/index.d.ts",
"exports": {
".": {
"types": "./build/index.d.ts",
"default": "./build/index.js"
},
"./plugin": {
"types": "./plugin/build/index.d.ts",
"default": "./plugin/index.js"
}
},
"scripts": {
"build": "tsc",
"build:plugin": "tsc -p plugin/tsconfig.json",
"clean": "rm -rf build plugin/build android/build",
"lint": "eslint src",
"test": "jest --config jest.config.js",
"prepublishOnly": "yarn clean && yarn build && yarn build:plugin && bash scripts/verify-npm-pack.sh",
"typecheck": "tsc --noEmit",
"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/index.js",
"plugin/index.d.ts",
"plugin/build",
"build",
"android/build.gradle",
"android/spotify-native-sdk.gradle",
"android/consumer-rules.pro",
"android/src",
"android/libs/SETUP.md",
"ios/spotify-native-sdk-versions.json",
"spotify-ios/SpotifyiOS.podspec",
"ios/*.swift",
"ios/*.podspec",
"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": {
"@babel/runtime": "^7.29.7",
"@expo/config-plugins": "^56.0.8",
"@types/react": "^19.0.0",
"babel-preset-expo": "~56.0.0",
"eslint": "^9.0.0",
"expo-module-scripts": "^56.0.2",
"expo-modules-core": "^56.0.13",
"jest": "^29.7.0",
"prettier": "^3.0.0",
"typescript": "^5.9.0"
},
"peerDependencies": {
"expo": "*",
"react": "*",
"react-native": "*"
},
"dependencies": {}
}