UNPKG

@teyuto/react-native-player

Version:
84 lines (83 loc) 1.97 kB
{ "name": "@teyuto/react-native-player", "author": "teyuto", "version": "1.0.7-dev.18", "description": "React Native teyuto player", "repository": { "type": "git", "url": "https://github.com/teyuto/teyuto-react-native-player/" }, "license": "MIT", "keywords": [ "video", "player", "teyuto" ], "private": false, "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" }, "module": "dist/react-native-player.esm.js", "main": "dist/index.js", "typings": "dist/index.d.ts", "files": [ "dist", "scripts" ], "scripts": { "start": "tsdx watch", "build": "tsdx build", "lint": "tsdx lint", "test": "tsdx test", "prepare": "tsdx build", "postinstall": "node ./scripts/add-native-deps.js" }, "peerDependencies": { "react-native": ">=0.60" }, "husky": { "hooks": { "pre-commit": "tsdx lint" } }, "prettier": { "printWidth": 80, "semi": true, "singleQuote": true, "trailingComma": "es5" }, "devDependencies": { "@types/chai": "^4.2.18", "@types/expect": "^24.3.0", "@types/react": "~16.9.35", "@types/react-native": ">0.60.0", "chai": "^4.3.4", "husky": "^4.2.3", "react": "^17.0.2", "react-native": "^0.64.2", "tsdx": "^0.14.1", "tslib": "^1.11.1", "typescript": "^4.0.0" }, "dependencies": { "react-native-webview": "^11.6.2" }, "nativeDependencies": [ "react-native-webview" ], "bugs": { "url": "https://github.com/teyuto/teyuto-react-native-player/issues" }, "homepage": "https://github.com/teyuto/teyuto-react-native-player", "jest": { "preset": "react-native", "transform": { "^.+\\.js$": "<rootDir>/node_modules/react-native/jest/preprocessor.js", "^.+\\.tsx?$": "ts-jest" }, "transformIgnorePatterns": [ "/node_modules/(?!(@react-native|react-native|react-native-webview)/).*/" ] } }