UNPKG

react-native-youtube-bridge

Version:

🎥 Easy-to-use YouTube player for React Native with cross-platform support

111 lines • 2.64 kB
{ "name": "react-native-youtube-bridge", "version": "2.1.2", "description": "🎥 Easy-to-use YouTube player for React Native with cross-platform support", "main": "./lib/module/index.js", "types": "./lib/typescript/index.d.ts", "exports": { ".": { "source": "./src/index.tsx", "types": "./lib/typescript/index.d.ts", "default": "./lib/module/index.js" }, "./package.json": "./package.json" }, "files": [ "lib", "src", "android", "ios", "cpp", "*.podspec", "react-native.config.js", "!ios/build", "!android/build", "!android/gradle", "!android/gradlew", "!android/gradlew.bat", "!android/local.properties", "!**/__tests__", "!**/__fixtures__", "!**/__mocks__", "!**/.*" ], "keywords": [ "react-native", "ios", "android", "youtube", "react-native-youtube", "react-native-youtube-bridge", "youtube-iframe-api", "react-native-youtube-iframe" ], "repository": { "type": "git", "url": "git+https://github.com/react-native-bridges/react-native-youtube-bridge.git" }, "author": "saseungmin <dbd02169@naver.com> (https://github.com/saseungmin)", "license": "MIT", "bugs": { "url": "https://github.com/react-native-bridges/react-native-youtube-bridge/issues" }, "homepage": "https://github.com/react-native-bridges/react-native-youtube-bridge#readme", "publishConfig": { "access": "public" }, "dependencies": { "@react-native-youtube-bridge/core": "2.1.2", "@react-native-youtube-bridge/react": "2.1.2" }, "devDependencies": { "@react-native/babel-preset": "0.78.2", "@types/react": "^19.0.12", "del-cli": "^5.1.0", "react": "19.0.0", "react-native": "0.79.3", "react-native-builder-bob": "^0.40.12", "react-native-webview": "^13.15.0", "typescript": "^5.8.3" }, "peerDependencies": { "react": ">=16.8.0", "react-native": ">=0.60.0", "react-native-webview": ">=11.0.0" }, "jest": { "preset": "react-native", "modulePathIgnorePatterns": [ "<rootDir>/lib/" ] }, "react-native-builder-bob": { "source": "src", "output": "lib", "targets": [ [ "module", { "esm": true } ], [ "typescript", { "project": "tsconfig.build.json" } ] ] }, "create-react-native-library": { "languages": "js", "type": "library", "version": "0.50.3" }, "scripts": { "test": "jest", "typecheck": "tsc --noEmit", "clean": "del-cli lib", "build": "bob build" } }