UNPKG

@azzapp/react-native-skia-video

Version:
149 lines (148 loc) 3.75 kB
{ "name": "@azzapp/react-native-skia-video", "version": "0.8.3", "description": "video support for react-native-skia", "main": "lib/commonjs/index", "module": "lib/module/index", "types": "lib/typescript/src/index.d.ts", "react-native": "src/index", "source": "src/index", "files": [ "src", "lib", "android", "ios", "cpp", "*.podspec", "!ios/build", "!android/build", "!android/gradle", "!android/gradlew", "!android/gradlew.bat", "!android/local.properties", "!**/__tests__", "!**/__fixtures__", "!**/__mocks__", "!**/.*" ], "scripts": { "example": "yarn workspace @azzapp/react-native-skia-video-example", "test": "jest", "typecheck": "tsc --noEmit", "format-cxx": "./scripts/clang-format.sh", "lint": "eslint \"**/*.{js,ts,tsx}\"", "clean": "del-cli android/build example/android/build example/android/app/build example/ios/build lib", "prepare": "bob build", "release": "release-it" }, "keywords": [ "react-native", "ios", "android", "skia", "video", "react-native-skia", "video-composition" ], "repository": { "type": "git", "url": "git+https://github.com/AzzappApp/react-native-skia-video.git" }, "author": "Azzapp <contact@azzapp.com> (http://www.azzapp.com)", "license": "MIT", "bugs": { "url": "https://github.com/AzzappApp/react-native-skia-video.git/issues" }, "homepage": "https://github.com/AzzappApp/react-native-skia-video.git#readme", "publishConfig": { "registry": "https://registry.npmjs.org/", "access": "public" }, "devDependencies": { "@commitlint/config-conventional": "^19.6.0", "@eslint/compat": "^1.2.4", "@evilmartians/lefthook": "^1.9.2", "@react-native/eslint-config": "^0.76.5", "@release-it/conventional-changelog": "^9.0.3", "@shopify/react-native-skia": "^1.7.6", "@types/jest": "^29.5.5", "@types/react": "^18.3.12", "@typescript-eslint/eslint-plugin": "^8.15.0", "@typescript-eslint/parser": "^8.15.0", "commitlint": "^19.6.1", "del-cli": "^5.1.0", "eslint": "^9.17.0", "eslint-config-prettier": "^9.1.0", "eslint-plugin-prettier": "^5.2.1", "eslint-plugin-react": "^7.37.2", "eslint-plugin-react-hooks": "^5.1.0", "globals": "^15.13.0", "jest": "^29.7.0", "prettier": "^3.4.2", "react": "18.3.1", "react-native": "0.76.0", "react-native-builder-bob": "^0.35.2", "react-native-reanimated": "^3.16.1", "release-it": "^17.10.0", "turbo": "^1.10.7", "typescript": "^5.7.2" }, "peerDependencies": { "@shopify/react-native-skia": ">= 1.7.0", "react": "*", "react-native": "*", "react-native-reanimated": ">= 3.16.1" }, "workspaces": [ "example" ], "packageManager": "yarn@4.5.1", "jest": { "preset": "react-native", "modulePathIgnorePatterns": [ "<rootDir>/example/node_modules", "<rootDir>/lib/" ] }, "commitlint": { "extends": [ "@commitlint/config-conventional" ] }, "release-it": { "git": { "commitMessage": "chore: release ${version}", "tagName": "v${version}" }, "npm": { "publish": true }, "github": { "release": true }, "plugins": { "@release-it/conventional-changelog": { "preset": "angular" } } }, "react-native-builder-bob": { "source": "src", "output": "lib", "targets": [ "commonjs", "module", [ "typescript", { "project": "tsconfig.build.json" } ] ] }, "codegenConfig": { "name": "RNReactNativeSkiaVideoSpec", "type": "modules", "jsSrcsDir": "src" } }