UNPKG

custom-expo-video-thumbnails

Version:

Provides function that let you generate an image from video.

43 lines (42 loc) 1.08 kB
{ "name": "custom-expo-video-thumbnails", "version": "9.3.0", "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/MisterMunchkin/expo.git", "directory": "packages/expo-video-thumbnails" }, "bugs": { "url": "https://github.com/MisterMunchkin/expo/issues" }, "author": "MisterMunchkin", "license": "MIT", "homepage": "https://github.com/MisterMunchkin", "dependencies": {}, "devDependencies": { "expo-module-scripts": "^4.1.0" }, "peerDependencies": { "expo": "*" } }