react-native-youtube-bridge
Version:
🎥 Easy-to-use YouTube player for React Native with cross-platform support
111 lines • 2.61 kB
JSON
{
"name": "react-native-youtube-bridge",
"version": "2.2.2",
"description": "🎥 Easy-to-use YouTube player for React Native with cross-platform support",
"keywords": [
"android",
"ios",
"react-native",
"react-native-youtube",
"react-native-youtube-bridge",
"react-native-youtube-iframe",
"youtube",
"youtube-iframe-api"
],
"homepage": "https://react-native-youtube-bridge-docs.pages.dev",
"bugs": {
"url": "https://github.com/react-native-bridges/react-native-youtube-bridge/issues"
},
"license": "MIT",
"author": "saseungmin <dbd02169@naver.com> (https://github.com/saseungmin)",
"repository": {
"type": "git",
"url": "git+https://github.com/react-native-bridges/react-native-youtube-bridge.git"
},
"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__",
"!**/.*"
],
"main": "./lib/module/index.js",
"types": "./lib/typescript/index.d.ts",
"exports": {
".": {
"types": "./lib/typescript/index.d.ts",
"source": "./src/index.tsx",
"default": "./lib/module/index.js"
},
"./package.json": "./package.json"
},
"publishConfig": {
"access": "public"
},
"dependencies": {
"@react-native-youtube-bridge/core": "2.2.2",
"@react-native-youtube-bridge/react": "2.1.7"
},
"devDependencies": {
"@react-native/babel-preset": "0.85.3",
"@types/react": "^19.2.17",
"del-cli": "^7.0.0",
"react": "19.2.3",
"react-native": "0.85.3",
"react-native-builder-bob": "^0.41.0",
"react-native-webview": "^13.16.1",
"typescript": "5.9.3"
},
"peerDependencies": {
"react": ">=16.8.0",
"react-native": ">=0.60.0",
"react-native-webview": ">=11.0.0"
},
"jest": {
"modulePathIgnorePatterns": [
"<rootDir>/lib/"
],
"preset": "react-native"
},
"create-react-native-library": {
"languages": "js",
"type": "library",
"version": "0.50.3"
},
"react-native-builder-bob": {
"source": "src",
"output": "lib",
"targets": [
[
"module",
{
"esm": true
}
],
[
"typescript",
{
"project": "tsconfig.build.json"
}
]
]
},
"scripts": {
"build": "bob build",
"clean": "del-cli lib",
"test": "jest",
"typecheck": "tsc --noEmit"
}
}