UNPKG

react-native-theoplayer

Version:

A THEOplayer video component for react-native.

115 lines (114 loc) 2.89 kB
{ "name": "react-native-theoplayer", "version": "9.9.1", "description": "A THEOplayer video component for react-native.", "main": "lib/commonjs/index", "module": "lib/module/index", "types": "lib/typescript/index.d.ts", "react-native": "src/index", "source": "src/index", "files": [ "src", "lib", "android", "ios", "cpp", "react-native-theoplayer.podspec", "react-native-theoplayer.json", "CHANGELOG.md", "app.plugin.js", "!lib/typescript/example", "!android/build", "!ios/build", "!**/__fixtures__", "!**/__mocks__" ], "scripts": { "typescript": "tsc --noEmit", "prettier": "prettier --check \"(src|example|e2e)/**/*.{js,jsx,ts,tsx}\"", "prettier:fix": "prettier --write \"(src|example|e2e)/**/*.{js,jsx,ts,tsx}\"", "lint": "eslint \"**/*.{ts,tsx}\"", "lint:fix": "npm run lint -- --fix", "manifest": "node manifest.js > src/manifest.json", "prepare": "npm run manifest && bob build && husky", "pods": "cd example && pod-install --quiet", "docs": "typedoc --treatWarningsAsErrors" }, "lint-staged": { "(src|example|e2e)/**/*.{js,jsx,ts,tsx}": [ "prettier --write" ] }, "keywords": [ "react-native", "THEOplayer", "ios", "android" ], "repository": { "type": "git", "url": "git@github.com:THEOplayer/react-native-theoplayer.git" }, "author": "THEO Technologies", "license": "SEE LICENSE AT https://www.theoplayer.com/terms", "homepage": "https://theoplayer.com/", "publishConfig": { "registry": "https://registry.npmjs.org/" }, "devDependencies": { "@eslint/js": "^9.13.0", "@expo/config-plugins": "^10.0.2", "@react-native/eslint-config": "^0.79.0", "@types/react": "^19.0.0", "eslint": "^8.57.1", "eslint-config-prettier": "^9.1.0", "husky": "^9.1.7", "lint-staged": "^15.5.1", "pod-install": "^0.1.39", "prettier": "^3.5.3", "react": "^19.0.0", "react-native": "^0.79.0", "react-native-builder-bob": "^0.39.1", "theoplayer": "^9.9.0", "typedoc": "^0.25.13", "typedoc-plugin-external-resolver": "^1.0.3", "typedoc-plugin-mdn-links": "^3.3.4", "typescript": "5.1.6", "typescript-eslint": "^8.30.1" }, "peerDependencies": { "react": "*", "react-native": "*", "theoplayer": "^6 || ^7 || ^8 || ^9" }, "peerDependenciesMeta": { "theoplayer": { "optional": true } }, "engines": { "node": ">=16" }, "eslintIgnore": [ "node_modules/", "lib/" ], "react-native-builder-bob": { "source": "src", "output": "lib", "targets": [ "commonjs", "module", [ "typescript", { "project": "tsconfig.build.json" } ] ] }, "dependencies": { "@theoplayer/cmcd-connector-web": "^1.3.0", "buffer": "^6.0.3" } }