UNPKG

expo-shazamkit

Version:
50 lines (49 loc) 1.34 kB
{ "name": "expo-shazamkit", "version": "1.0.0", "description": "ShazamKit for React Native", "main": "build/index.js", "types": "build/index.d.ts", "scripts": { "build": "expo-module build", "build:plugin": "expo-module build plugin", "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", "ShazamKit", "shazam", "music", "ios" ], "repository": "https://github.com/alanjhughes/expo-shazamkit", "bugs": { "url": "https://github.com/alanjhughes/expo-shazamkit/issues" }, "author": "Alan Hughes <hughesno1@gmail.com> (https://github.com/alanjhughes)", "license": "MIT", "homepage": "https://github.com/alanjhughes/expo-shazamkit#readme", "dependencies": {}, "devDependencies": { "@types/react": "~18.2.14", "expo-module-scripts": "^3.1.0", "expo-modules-core": "^1.5.11" }, "peerDependencies": { "expo": "*", "react": "*", "react-native": "*" }, "prettier": { "arrowParens": "avoid", "trailingComma": "all" } }