@react-native-youtube-bridge/web
Version:
Web implementation for react-native-youtube-bridge
56 lines • 1.4 kB
JSON
{
"name": "@react-native-youtube-bridge/web",
"version": "2.1.2",
"description": "Web implementation for react-native-youtube-bridge",
"main": "dist/web.mjs",
"exports": {
".": {
"import": "./dist/web.mjs"
}
},
"files": [
"dist",
"package.json"
],
"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": "19.0.0",
"@types/react": "^19.0.12",
"@vitejs/plugin-react-swc": "^3.9.0",
"vite": "^6.3.5"
},
"peerDependencies": {
"react": ">=16.8.0"
},
"scripts": {
"dev": "vite",
"typecheck": "tsc --noEmit",
"build": "tsc -b && vite build"
}
}