expo-video-thumbnails
Version:
Provides function that let you generate an image from video.
44 lines (43 loc) • 1.15 kB
JSON
{
"name": "expo-video-thumbnails",
"version": "9.0.3",
"description": "Provides function that let you generate an image from video.",
"main": "build/VideoThumbnails.js",
"types": "build/VideoThumbnails.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"
},
"keywords": [
"react-native",
"expo",
"expo-video-thumbnails",
"thumbnail",
"android",
"ios"
],
"repository": {
"type": "git",
"url": "https://github.com/expo/expo.git",
"directory": "packages/expo-video-thumbnails"
},
"bugs": {
"url": "https://github.com/expo/expo/issues"
},
"author": "650 Industries, Inc.",
"license": "MIT",
"homepage": "https://docs.expo.dev/versions/latest/sdk/video-thumbnails/",
"dependencies": {},
"devDependencies": {
"expo-module-scripts": "^4.0.3"
},
"peerDependencies": {
"expo": "*"
},
"gitHead": "986a4689b91f3efc527f7178a320b987c0005842"
}