UNPKG

@remotion/gif

Version:

Embed GIFs in a Remotion video

59 lines (58 loc) 1.4 kB
{ "repository": { "url": "https://github.com/remotion-dev/remotion/tree/main/packages/gif" }, "name": "@remotion/gif", "version": "4.0.464", "description": "Embed GIFs in a Remotion video", "bugs": { "url": "https://github.com/remotion-dev/remotion/issues" }, "license": "SEE LICENSE IN LICENSE.md", "author": "Dmitry Ivakhnenko, Jonny Burger", "main": "dist/cjs/index.js", "types": "dist/cjs/index.d.ts", "module": "dist/esm/index.mjs", "scripts": { "formatting": "oxfmt src --check", "format": "oxfmt src", "lint": "eslint src", "make": "tsgo -d && node build.mjs && bun --env-file=../.env.bundle bundle.ts" }, "exports": { "./package.json": "./package.json", ".": { "types": "./dist/cjs/index.d.ts", "module": "./dist/esm/index.mjs", "import": "./dist/esm/index.mjs", "require": "./dist/cjs/index.js" } }, "dependencies": { "remotion": "4.0.464" }, "devDependencies": { "esbuild": "0.28.0", "react": "19.2.3", "react-dom": "19.2.3", "webpack": "5.105.0", "@remotion/eslint-config-internal": "4.0.464", "eslint": "9.19.0", "@typescript/native-preview": "7.0.0-dev.20260217.1" }, "peerDependencies": { "react": ">=16.8.0", "react-dom": ">=16.8.0" }, "keywords": [ "remotion", "ffmpeg", "video", "react", "player" ], "publishConfig": { "access": "public" }, "homepage": "https://www.remotion.dev/docs/gif" }