UNPKG

react-native-vimeo-bridge

Version:

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

134 lines • 3.17 kB
{ "name": "react-native-vimeo-bridge", "version": "1.2.0", "description": "🎥 Easy-to-use Vimeo player for React Native with cross-platform support", "main": "./lib/module/index.js", "types": "./lib/typescript/src/index.d.ts", "exports": { ".": { "source": "./src/index.tsx", "types": "./lib/typescript/src/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", "expo", "ios", "android", "web", "vimeo", "player", "vimeo-player", "vimeo-video", "react-native-vimeo", "react-native-vimeo-player", "react-native-vimeo-bridge", "expo-vimeo-player", "expo-vimeo-video", "react-native-bridges", "react-native-vimeo-iframe" ], "repository": { "type": "git", "url": "git+https://github.com/react-native-bridges/react-native-vimeo-bridge.git" }, "author": "saseungmin <dbd02169@naver.com> (https://github.com/saseungmin)", "license": "MIT", "bugs": { "url": "https://github.com/react-native-bridges/react-native-vimeo-bridge/issues" }, "homepage": "https://github.com/react-native-bridges/react-native-vimeo-bridge#readme", "publishConfig": { "access": "public" }, "devDependencies": { "@biomejs/biome": "2.0.5", "@changesets/cli": "^2.29.5", "@commitlint/config-conventional": "^19.6.0", "@evilmartians/lefthook": "^1.5.0", "@react-native/babel-preset": "0.78.2", "@types/jest": "^29.5.5", "@types/react": "^19.0.12", "commitlint": "^19.6.1", "del-cli": "^5.1.0", "jest": "^29.7.0", "react": "19.0.0", "react-native": "0.79.4", "react-native-builder-bob": "^0.40.8", "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" }, "workspaces": [ ".", "example" ], "jest": { "modulePathIgnorePatterns": [ "<rootDir>/example/node_modules", "<rootDir>/lib/" ] }, "commitlint": { "extends": [ "@commitlint/config-conventional" ] }, "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.51.1" }, "scripts": { "example": "pnpm --filter react-native-vimeo-bridge-example run", "test": "jest", "typecheck": "tsc", "lint": "biome format --write", "clean": "del-cli lib", "build": "bob build", "changeset": "changeset" } }