{
  "name": "@azzapp/react-native-skia-video",
  "version": "0.10.1",
  "description": "video support for react-native-skia",
  "main": "./lib/module/index.js",
  "types": "./lib/typescript/src/index.d.ts",
  "exports": {
    ".": {
      "azzapp-react-native-skia-video-source": "./src/index.tsx",
      "types": "./lib/typescript/src/index.d.ts",
      "default": "./lib/module/index.js"
    },
    "./package.json": "./package.json"
  },
  "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",
    "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",
    "check-package": "publint --strict",
    "release": "release-it --only-version"
  },
  "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": {
    "@babel/core": "^7.29.7",
    "@commitlint/config-conventional": "^21.2.0",
    "@eslint/compat": "^2.1.0",
    "@eslint/js": "^10.0.1",
    "@evilmartians/lefthook": "^2.1.10",
    "@react-native/babel-preset": "0.86.2",
    "@react-native/jest-preset": "0.86.2",
    "@release-it/conventional-changelog": "^12.0.0",
    "@shopify/react-native-skia": "^2.10.1",
    "@types/jest": "^29.5.14",
    "@types/node": "^22.19.11",
    "@types/react": "^19.2.18",
    "commitlint": "^21.2.1",
    "del-cli": "^7.0.0",
    "eslint": "^10.8.0",
    "eslint-config-prettier": "^10.1.8",
    "eslint-plugin-prettier": "^5.5.6",
    "eslint-plugin-react": "^7.37.5",
    "eslint-plugin-react-hooks": "^7.1.1",
    "globals": "^17.8.0",
    "jest": "^29.7.0",
    "prettier": "^3.9.6",
    "publint": "^0.3.22",
    "react": "19.2.3",
    "react-native": "0.86.2",
    "react-native-builder-bob": "^0.43.0",
    "react-native-reanimated": "^4.5.3",
    "react-native-worklets": "^0.11.3",
    "react-test-renderer": "19.2.3",
    "release-it": "^21.0.0",
    "turbo": "^2.10.7",
    "typescript": "^6.0.3",
    "typescript-eslint": "^8.65.0"
  },
  "peerDependencies": {
    "@shopify/react-native-skia": ">= 2.0.0",
    "react": "*",
    "react-native": "*",
    "react-native-reanimated": ">= 4.0.0",
    "react-native-worklets": ">= 0.10.0"
  },
  "workspaces": [
    "example"
  ],
  "packageManager": "yarn@4.18.0",
  "jest": {
    "preset": "@react-native/jest-preset",
    "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": [
      [
        "module",
        {
          "esm": true
        }
      ],
      [
        "typescript",
        {
          "project": "tsconfig.build.json"
        }
      ]
    ]
  },
  "codegenConfig": {
    "name": "RNReactNativeSkiaVideoSpec",
    "type": "modules",
    "jsSrcsDir": "src"
  }
}
