{
  "name": "expo-image-sequence-encoder",
  "version": "0.1.16",
  "description": "On-device PNG → MP4 encoder for React-Native & Expo",
  "main": "build/index.js",
  "types": "build/index.d.ts",
  "scripts": {
    "build": "expo-module build",
    "clean": "expo-module clean",
    "lint": "expo-module lint",
    "test": "expo-module test",
    "prepare": "expo-module prepare",
    "prepublishOnly": "expo-module prepublishOnly",
    "expo-module": "expo-module",
    "open:ios": "xed example/ios",
    "open:android": "open -a \"Android Studio\" example/android"
  },
  "keywords": [
    "react-native",
    "expo",
    "expo-image-sequence-encoder",
    "ExpoImageSequenceEncoder",
    "image to video",
    "image sequence",
    "video encoding",
    "mov",
    "mp4",
    "png to mp4",
    "png to mov",
    "on-device encoding",
    "video",
    "encoder"
  ],
  "repository": "https://github.com/elliotfleming/expo-image-sequence-encoder",
  "bugs": {
    "url": "https://github.com/elliotfleming/expo-image-sequence-encoder/issues"
  },
  "author": "Elliot Fleming <elliotfleming@gmail.com> (elliotfleming)",
  "license": "MIT",
  "homepage": "https://github.com/elliotfleming/expo-image-sequence-encoder#readme",
  "dependencies": {},
  "devDependencies": {
    "@types/react": "~19.0.0",
    "expo-module-scripts": "^4.1.6",
    "expo": "~53.0.0",
    "react-native": "0.79.1"
  },
  "peerDependencies": {
    "expo": "*",
    "react": "*",
    "react-native": "*"
  }
}
