UNPKG

@react-native-youtube-bridge/react

Version:
58 lines 1.45 kB
{ "name": "@react-native-youtube-bridge/react", "version": "2.1.2", "description": "React implementation for react-native-youtube-bridge", "main": "dist/index.js", "module": "dist/index.mjs", "types": "dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.mjs", "require": "./dist/index.js" } }, "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" }, "devDependencies": { "react": "19.0.0", "@types/react": "^19.0.12", "tsdown": "^0.12.8" }, "peerDependencies": { "react": ">=16.8.0" }, "scripts": { "build": "tsdown", "dev": "tsdown --watch ./src", "typecheck": "tsc --noEmit" } }